STRIP(1) DOMAIN/IX Reference Manual (SYS5) STRIP(1)
NAME
strip - strip symbol and line number information from a com-
mon object file
USAGE
strip [ options ] file
DESCRIPTION
Strip removes the symbol table and line number information
from common object files, including archives. It is used to
reduce the file storage overhead taken by the object file.
Once completed, no symbolic debugging access is available
for the named file. Thus, this command is normally run only
on production modules that have been debugged and tested.
Note: This command is a no-op in DOMAIN/IX, thus allowing
the Shell script that calls it to run.
Printed 6/10/85 STRIP-1