confSTRIPOPTS
Command-line arguments for the strip program Build macro
Some versions of strip(1) offer
options in the form of command-line switches.
Solaris 5.5, for example, has a version of
strip(1) that supports an
-x switch
(among others), which causes debugging and line
numbers to be stripped, but not the symbol table. If
you wished to add this switch to the invocation of
strip(1), you could do so
like this:
define(`confSTRIPOPTS', `-x')
See your online manual for strip(1) to find switches that might be suitable to your needs.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access