5.4.3. Removing redundant annobin notes
Using annobin increases the size of binaries. To reduce the size of the binaries compiled with annobin, use the objcopy program, which is a part of the binutils package.
Procedure
To remove the redundant
annobinnotes, use:$ objcopy --merge-notes file-nameReplace file-name with the name of the file.