csomh / source-git / rpm

Forked from source-git/rpm 4 years ago
Clone

510da1 Add step to find-debuginfo.sh script to compress annobin notes.

1 file Authored by nickclifton 4 years ago, Committed by Hunor Csomortáni 4 years ago,
    Add step to find-debuginfo.sh script to compress annobin notes.
    
    With the introduction of the annobin gcc plugin to the build process,
    built binary files have become larger.  Sometimes significantly so.
    This is a patch that adds a new step to the post-link process performed
    by rpmbuild, to run the objcopy program with the --merge-notes option
    specified.  This will reduce the size of the annobin notes in binary
    files, thus alleviating the size growth.
    
        
file modified
+4 -0