From 206075ccf9a55f2c0d564ff258cee06981f76bf2 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Fri, 20 Aug 2021 18:13:06 +0300 Subject: [PATCH] Update buildjdk.sh --- buildjdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildjdk.sh b/buildjdk.sh index 5b6d603..cd0f384 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -4,7 +4,7 @@ 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 -Ofast" # -I$FREETYPE_DIR -I$CUPS_DI +export CFLAGS+=" -DLE_STANDALONE -DANDROID -O2" # -I$FREETYPE_DIR -I$CUPS_DI # if [ "$TARGET_JDK" == "aarch32" ] || [ "$TARGET_JDK" == "aarch64" ] # then