On Wed, 29 Apr 2026 13:15:04 GMT, Erik Joelsson <[email protected]> wrote:
> Have you evaluated the different compression options that objcopy supports? I > have not, I just noticed there were more than one. There are according to https://man7.org/linux/man-pages/man1/objcopy.1.html zlib-gnu, zlib/zlib-gabi and zstd. I tried zstd but it is not supported by our toolchain (gcc14 devkit). zlib-gnu seems to be the best supported option, but if you want I can give zlib/zlib-gabi a try . > NATIVE_DEBUG_SYMBOLS_LEVEL is set by UTIL_ARG_WITH a few lines up in the > file. See JDK-8375241. Okay, grep does not show this very well. Maybe NATIVE_DEBUG_SYMBOLS_LEVEL should be mentioned in the comment a few lines up ? ------------- PR Comment: https://git.openjdk.org/jdk/pull/30971#issuecomment-4344117395 PR Comment: https://git.openjdk.org/jdk/pull/30971#issuecomment-4344128934
