home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Previous Section Next Section

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.

    Previous Section Next Section