Skip to content

Commit b7f85b9

Browse files
authored
It doesn't work i guess
1 parent 0914b6a commit b7f85b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildjdk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
export FREETYPE_DIR=$PWD/freetype-$BUILD_FREETYPE_VERSION/build_android-$TARGET_SHORT
66
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
7+
export CFLAGS+=" -DLE_STANDALONE -DANDROID -O3" # -I$FREETYPE_DIR -I$CUPS_DI
88

99
# if [ "$TARGET_JDK" == "aarch32" ] || [ "$TARGET_JDK" == "aarch64" ]
1010
# then

0 commit comments

Comments
 (0)