Backport v2022 <- v2023: Add a patch setting by default flags to optimize the binary size
- Add "lto": whole binary link time optimisation.
- Use opt-level = "z": to optimize for size.
- Make the panic handler simply abort() rather then unwinding and printing a backtrace.
Add flag in debian/rules to strip symbols from the binary.
Inspired by https://github.com/uutils/coreutils/commit/0c4f586
Merge request reports
Activity
Filter activity
mentioned in merge request libarchive!26 (closed)
These changes seem reasonable to me, and they were successfully tested on v2023, so let's land this.
cc @ritesh
Please register or sign in to reply