ImHex icon indicating copy to clipboard operation
ImHex copied to clipboard

build: Compress debug info

Open iTrooz opened this issue 1 year ago • 1 comments

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

iTrooz avatar May 25 '24 21:05 iTrooz

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.

codecov-commenter avatar May 25 '24 21:05 codecov-commenter

Closing temporarily for tests

iTrooz avatar May 26 '24 12:05 iTrooz