STRIP(1) BSD STRIP(1)
NAME
strip - remove symbols and relocation bits
SYNOPSIS
strip name ...
DESCRIPTION
strip removes the symbol table and relocation bits ordinarily attached to
the output of the compiler and linker. This is useful for saving space
after a program has been debugged.
The effect of strip is the same as use of the -s option of ld.
Domain/OS BSD OPTIONS
-Aa Strip all debugging information, including that needed for
traceback. The .blocks and .lines sections, if present, will
be removed. This option strips more information than the
default strip behavior, and is added for users who wish to
remove all symbolic information.
FILES
/tmp/stm? temporary file
SEE ALSO
ld(1)