STRIP(1) — UNIX Programmer’s Manual
NAME
strip − remove symbols and relocation bits
SYNOPSIS
strip name ...
DESCRIPTION
Strip removes the symbol table and relocation bits normally attached to the output of the assembler and loader. This command is useful for saving space after a program has been debugged.
The effect of strip is identical to use of the −s option of ld.
FILES
/tmp/stm?temporary file
SEE ALSO
November 01, 1983 — %W%%Q%%Y%