Decreased -j option for Android

This commit is contained in:
Xawotihs
2015-11-22 22:37:55 +01:00
parent d5bcf40cbb
commit 3f7d5ff041

View File

@@ -47,7 +47,7 @@ if [ "$BUILD_TYPE" = "ANDROID" ]; then
mkdir build_android
cd build_android
cmake -DCMAKE_TOOLCHAIN_FILE=../CMakeModules/android.toolchain.cmake -DANDROID_NATIVE_API_LEVEL=android-10 ..
make -j8
make -j4
cd ..
fi