Build with -mthumb on aarch32

This commit is contained in:
ArtDev 2022-05-11 21:07:49 +03:00 committed by GitHub
parent 31c46a6fec
commit 8f8886604f
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" == "aarch32" ]
then
export CFLAGS+=" -O2"
export CFLAGS+=" -O2 -mthumb -D__thumb__"
else
export CFLAGS+=" -O3"
fi