strip — Strip Symbol Table, Debugging, and Line Number Information from an Object File

Synopsis

/usr/ccs/bin/strip [-blrVx] file... 

Description

Use the strip command to reduce the file storage overhead incurred by an object file. The strip command removes the symbol table, debugging information, and line number information from ELF object files. Once this stripping process has been done, no symbolic debugging access is available for that file; therefore, you normally run this command only on production modules that have been debugged and tested.

If you execute strip on a common archive file (see ar(4)), then in addition to processing the members, strip removes the archive symbol table. You must restore the archive symbol table by executing ...

Get Solaris™ 7 Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.