STRIP(1) DOMAIN/IX Reference Manual (SYS5) STRIP(1)
NAME
strip - strip symbol and line number information from an
object file
USAGE
strip file(s)
DESCRIPTION
Strip removes from file(s) the symbol table and relocation
bits ordinarily attached to the output of the assembler and
loader. It is used, for example, to make a fully debugged
object module smaller.
The effect of strip is the same as use of the -s option of
ld(1). Programs that have been stripped are difficult or
impossible to debug.
FILES
/tmp/stm.* temporary file
RELATED INFORMATION
ld(1)
Printed 1/27/86 STRIP-1