ImHex
ImHex copied to clipboard
build: Compress debug info
This PR compress the debug info in the object files, and ELF files built.
This has no impact on the packages (e.g. .deb files) because they themselves have compression, but once installed in the filesystem, they this compression will be beneficial
The compression is opportunistic, happens automatically when possible
More information: https://github.com/WerWolv/ImHex/issues/1714#issuecomment-2131373826
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 1.51%. Comparing base (
974c4ba) to head (92dd5d1).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #1717 +/- ##
======================================
Coverage 1.51% 1.51%
======================================
Files 275 275
Lines 27008 27008
Branches 14474 14474
======================================
Hits 409 409
Misses 26341 26341
Partials 258 258
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closing temporarily for tests