From 4797b357714743fba521e5f890e96c84bdf810cf Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Sun, 16 Apr 2023 05:52:35 +0700 Subject: [PATCH] Enable generating debug symbols again --- buildjdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildjdk.sh b/buildjdk.sh index d4a9be0..7508822 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -80,6 +80,7 @@ fi # --with-freemarker-jar=$FREEMARKER \ # --with-toolchain-type=clang \ +# --with-native-debug-symbols=none \ bash ./configure \ --openjdk-target=$TARGET_PHYS \ --with-extra-cflags="$CFLAGS" \ @@ -91,7 +92,6 @@ bash ./configure \ --with-cups-include=$CUPS_DIR \ --with-devkit=$TOOLCHAIN \ --with-debug-level=$JDK_DEBUG_LEVEL \ - --with-native-debug-symbols=none \ --with-fontconfig-include=$ANDROID_INCLUDE \ --with-freetype-lib=$FREETYPE_DIR/lib \ --with-freetype-include=$FREETYPE_DIR/include/freetype2 \