> Currently we use objcopy to generate debuginfo files. > It would be sometimes helpful to generate debuginfo files with compressed > content (e.g. objcopy --compress-debug-sections=zlib-gnu). > > This could be supported by an additional configure flag. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision: Introduce --enable-objcopy-debuginfo-compression ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30971/files - new: https://git.openjdk.org/jdk/pull/30971/files/04e7680c..c293f820 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30971&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30971&range=00-01 Stats: 30 lines in 5 files changed: 13 ins; 14 del; 3 mod Patch: https://git.openjdk.org/jdk/pull/30971.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30971/head:pull/30971 PR: https://git.openjdk.org/jdk/pull/30971
