RFR: 8375241: Simplify --with-native-debug-symbols-level option implementation
Julian Waters
jwaters at openjdk.org
Mon Jan 19 07:04:37 UTC 2026
On Wed, 14 Jan 2026 03:01:39 GMT, Julian Waters <jwaters at openjdk.org> 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.
I'm testing to see if I can omit the -g2 entirely from the command line if the option is not passed. Stand by...
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29214#issuecomment-3766757999
More information about the build-dev
mailing list