Build with thumb

This commit is contained in:
ArtDev 2022-05-11 21:09:07 +03:00 committed by GitHub
parent 7f26a38047
commit a8ae020079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ export CUPS_DIR=$PWD/cups-2.2.4
export CFLAGS+=" -DLE_STANDALONE -DANDROID" # -I$FREETYPE_DIR -I$CUPS_DI
if [ "$TARGET_JDK" == "arm" ]
then
export CFLAGS+=" -O2"
export CFLAGS+=" -O2 -mthumb -D__thumb__"
export JVM_VARIANTS=client
else
export CFLAGS+=" -O3"