1STRIP(1) General Commands Manual STRIP(1)
23
4
NAME
6strip - remove symbols and relocation bits
7
SYNOPSIS
9strip name ...
10
DESCRIPTION
12Strip removes the symbol table and relocation bits ordinarily attached
13to the output of the assembler and loader. This is useful to save
14space after a program has been debugged.
1516
The effect of strip is the same as use of the -s option of ld.
17
FILES
19/tmp/stm? temporary file
20
SEE ALSO
22ld(1)
2324
25
26
7th Edition April 29, 1985 STRIP(1)