2013/3/30 Jeff Epler <jepler@unpythonic.net>: > This is something to do with the ".note.gnu.build-id". > > Both of these alternatives give three identical object files: > > Removing this section in objcopy: > $OBJCOPY -R .note.gnu.build-id ... > > Or requesting that the linker not generate it in the first place > $CC -nostdlib -Wl,--build-id=none ... > Holy cow! Thank you!