STRIP(1) — USER COMMANDS
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 assembler and linker. This is useful to save space after a program has been debugged.
The effect of strip is the same as use of the −s option of ld.
SEE ALSO
BUGS
Unstripped 2.0 binary files will not run if stripped by the 3.0 version. A message of the form:
pid xxx: killed due to swap problems in getxfile: I/O error mapping page.
when attempting to run a program indicates that this is the problem.
Sun Release 3.2 — Last change: 8 July 1986