strip - remove symbol table from executable file
strip [file] ...
strip a.out # Remove symbols from a.out
For each file argument, strip removes the symbol table. Strip makes a copy of the file being stripped, so links are lost.
install(1).