Hi,
I wonder what is the difference between these two:
gcc -s: Remove all symbol table and relocation information from the executable.
strip: Discard symbols from object files.
Are they having the same meaning? Which one do you use to reduce the size of executable and speed up its running. Really appreciate your detail info.
Thanks and regards!