strip Command strip
Strip debug, relocation, and symbol tables from executable file
strip -drs file [...]
strip removes the symbol table, relocation information, and debug
tables from a file. It makes the executable file noticeably
smaller.
strip recognizes the following options:
-d Keep debug information.
-r Keep relocation information.
-s Keep symbols.
***** See Also *****
cc, commands, ld, nm, size
COHERENT Lexicon Page 1