On Thu, 30 Apr 2026 13:30:21 GMT, Matthias Baesken <[email protected]> wrote:

> This is what the '--enable-objcopy-debuginfo-compression' patch could look 
> like, should we go for this ?
> It is a little less flexible because it can only set at the moment zlib-gnu 
> compression (but afaik this is the best supported/most common mode).

I think it's enough and we could revisit this if anyone feels a need for 
different compression. If you think there is a need for customization, you 
could change it to `--with-objcopy-debuginfo-compression` with an optional 
`=<type` that defaults to `zlib-gnu` for the `yes` value. If you go that route, 
make sure to clearly document that in the arg description.

Please use `UTIL_ARG_ENABLE` or `UTIL_ARG_WITH` for any new configure arguments 
for uniform handling of edge cases.

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

PR Comment: https://git.openjdk.org/jdk/pull/30971#issuecomment-4352978133

Reply via email to