diff --git a/android/compile.sh b/android/compile.sh index 632026d40..f6371d8c7 100755 --- a/android/compile.sh +++ b/android/compile.sh @@ -99,5 +99,6 @@ cd $BUILDDIR -DANDROID_ABI="$1" \ -DANDROID_NATIVE_API_LEVEL="$APILEVEL" \ -DCMAKE_BUILD_TYPE="$TYPE" + -DWHOLE_PROGRAM_OPTIMISATION=No make -j "$THREADS"