Angus Leeming <[EMAIL PROTECTED]> writes: | So, it knocks 1m20 of the link times for the two executables at the | expense of 20% greater disk usage. size stats are unchanged. > | #! /bin/sh | test $# -gt 0 || exit | while (true); do | objcopy --set-section-flags .debug_str=contents,debug $1 | shift | test $# -eq 0 && break; | done
Can you do one round where you also run "strip --strip-debug" on the *.o files? -- Lgb