mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 20:25:48 -04:00
jre17 armv7: try building with -O2
This commit is contained in:
parent
a32145f980
commit
c60cddbc0c
@ -4,7 +4,13 @@ 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 -O3" # -I$FREETYPE_DIR -I$CUPS_DI
|
||||
export CFLAGS+=" -DLE_STANDALONE -DANDROID" # -I$FREETYPE_DIR -I$CUPS_DI
|
||||
if [ "$TARGET_JDK" == "aarch32" ]
|
||||
then
|
||||
export CFLAGS=" -O2"
|
||||
else
|
||||
export CFLAGS=" -O3"
|
||||
fi
|
||||
|
||||
# if [ "$TARGET_JDK" == "aarch32" ] || [ "$TARGET_JDK" == "aarch64" ]
|
||||
# then
|
||||
|
Loading…
x
Reference in New Issue
Block a user