1
0
Fork 0

Disable LTO on Android

Build breaks with it enabled
This commit is contained in:
Alexander Harkness 2020-08-04 23:24:35 +01:00
parent 727844a15d
commit e317e7aa50
No known key found for this signature in database
GPG Key ID: 5187245ADF160B76
1 changed files with 1 additions and 0 deletions

View File

@ -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"