We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0914b6a commit b7f85b9Copy full SHA for b7f85b9
buildjdk.sh
@@ -4,7 +4,7 @@ set -e
4
5
export FREETYPE_DIR=$PWD/freetype-$BUILD_FREETYPE_VERSION/build_android-$TARGET_SHORT
6
export CUPS_DIR=$PWD/cups-2.2.4
7
-export CFLAGS+=" -DLE_STANDALONE -DANDROID -O3 -fsanitize=implicit-integer-truncation" # -I$FREETYPE_DIR -I$CUPS_DI
+export CFLAGS+=" -DLE_STANDALONE -DANDROID -O3" # -I$FREETYPE_DIR -I$CUPS_DI
8
9
# if [ "$TARGET_JDK" == "aarch32" ] || [ "$TARGET_JDK" == "aarch64" ]
10
# then
0 commit comments