summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xandroid/compile.sh1
1 files changed, 1 insertions, 0 deletions
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"