s

Option Type Default Value #pragma options C C++
-flag - - x x

Syntax

    -s 

Purpose
This option strips the symbol table, line number information, and relocation information from the output file. Specifying -s saves space, but limits the usefulness of traditional debug programs when you are generating debug information using options such as -g.

Notes
Using the strip command has the same effect.



List of Batch Compiler Options and Their Defaults
Equivalent Batch Compile-Link and Incremental Build Options