From 102dec79e953bee5f5c03f49702ffd57791d3996 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Thu, 20 Jul 2023 18:00:01 +0300 Subject: [PATCH] Generate debug symbols for JRE17 --- buildjdk.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildjdk.sh b/buildjdk.sh index 9f634cf..d07b752 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -103,6 +103,7 @@ bash ./configure \ --with-jvm-features=-dtrace,-zero,-vm-structs,-epsilongc \ --with-cups-include=$CUPS_DIR \ --with-devkit=$TOOLCHAIN \ + --with-native-debug-symbols=external \ --with-debug-level=$JDK_DEBUG_LEVEL \ --with-fontconfig-include=$ANDROID_INCLUDE \ $AUTOCONF_x11arg $AUTOCONF_EXTRA_ARGS \