This commit is contained in:
ArtDev 2022-05-11 21:08:30 +03:00 committed by GitHub
parent 8f8886604f
commit 32edf698de
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 -mthumb -D__thumb__"
export CFLAGS+=" -O2"
else
export CFLAGS+=" -O3"
fi