Russell Whitaker wrote:
Ok, thanks. Presumably, this means that the binaries will then become much bigger.
Sure.
Bigger, of course (on the order of a few hundred KB)....
Can be much more. Take the classic "hello world" as an example:
size in bytes after using strip
dynamic linking: 503014 165904 static linking 2379490 579220
I was referring to stripped executables.
Frank