Lars Gullik Bjønnes wrote: > Can you do one round where you also run "strip --strip-debug" on the > *.o files?
As I understand it the objcopy route does not strip debug info. Rather it does not merge repeated strings. If I wanted to build an executable without debug info, I'd do that from scratch. -- Angus