mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 21:56:05 -04:00
Force client and -O2 on arm32
This commit is contained in:
parent
31c46a6fec
commit
0107f79460
@ -5,9 +5,10 @@ set -e
|
||||
export FREETYPE_DIR=$PWD/freetype-$BUILD_FREETYPE_VERSION/build_android-$TARGET_SHORT
|
||||
export CUPS_DIR=$PWD/cups-2.2.4
|
||||
export CFLAGS+=" -DLE_STANDALONE -DANDROID" # -I$FREETYPE_DIR -I$CUPS_DI
|
||||
if [ "$TARGET_JDK" == "aarch32" ]
|
||||
if [ "$TARGET_JDK" == "arm" ]
|
||||
then
|
||||
export CFLAGS+=" -O2"
|
||||
export JVM_VARIANTS=client
|
||||
else
|
||||
export CFLAGS+=" -O3"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user