32v 1m strip
From Computer History Wiki
					
										
					
					STRIP(1) UNIX Programmer's Manual STRIP(1)
Contents
NAME
strip - remove symbols and relocation bits
SYNOPSIS
strip name ...
DESCRIPTION
    _S_t_r_i_p removes the symbol table and relocation bits ordi-
    narily attached to the output of the assembler and loader.
    This is useful to save space after a program has been
    debugged.
    The effect of _s_t_r_i_p is the same as use of the -s option of
    _l_d.
FILES
/tmp/stm? temporary file
SEE ALSO
ld(1)