

strip                        Command                        strip




Strip debug, relocation, and symbol tables from executable file

ssttrriipp -ddrrss _f_i_l_e [...]

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d Keep debug information.

-rr Keep relocation information.

-ss Keep symbols.

***** See Also *****

cc, commands, ld, nm, size





































COHERENT Lexicon                                           Page 1


