Decreased -j option for Android
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user