On Wed, 14 Jan 2026 03:01:39 GMT, Julian Waters <[email protected]> wrote:

> --with-native-debug-symbols-level was added some time ago to allow selecting 
> the level of debugging information created for compiled binaries. The 
> UTIL_ARG_WITH utility that the option implementation uses has several 
> features that can be used to simplify handling of this option, so that is 
> done in this change.

make/autoconf/flags-cflags.m4 line 107:

> 105: 
> 106:     # Debug info level should follow the debug format to be effective.
> 107:     CFLAGS_DEBUG_SYMBOLS="-g -gdwarf-4 -g${NATIVE_DEBUG_SYMBOLS_LEVEL}"

What is this supposed to fix/accomplish?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/29214#discussion_r2689900810

Reply via email to