Enable generating debug symbols again

This commit is contained in:
Duy Tran Khanh 2023-04-16 05:52:35 +07:00 committed by GitHub
parent e058dd4a87
commit 4797b35771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,7 @@ fi
# --with-freemarker-jar=$FREEMARKER \ # --with-freemarker-jar=$FREEMARKER \
# --with-toolchain-type=clang \ # --with-toolchain-type=clang \
# --with-native-debug-symbols=none \
bash ./configure \ bash ./configure \
--openjdk-target=$TARGET_PHYS \ --openjdk-target=$TARGET_PHYS \
--with-extra-cflags="$CFLAGS" \ --with-extra-cflags="$CFLAGS" \
@ -91,7 +92,6 @@ bash ./configure \
--with-cups-include=$CUPS_DIR \ --with-cups-include=$CUPS_DIR \
--with-devkit=$TOOLCHAIN \ --with-devkit=$TOOLCHAIN \
--with-debug-level=$JDK_DEBUG_LEVEL \ --with-debug-level=$JDK_DEBUG_LEVEL \
--with-native-debug-symbols=none \
--with-fontconfig-include=$ANDROID_INCLUDE \ --with-fontconfig-include=$ANDROID_INCLUDE \
--with-freetype-lib=$FREETYPE_DIR/lib \ --with-freetype-lib=$FREETYPE_DIR/lib \
--with-freetype-include=$FREETYPE_DIR/include/freetype2 \ --with-freetype-include=$FREETYPE_DIR/include/freetype2 \