Output
In this section:
The Output options determine the generated compiler output.

Generate debug information
Makes the compiler include additional information in the object modules that is required by C-SPY and other symbolic debuggers.
Generate debug information is selected by default. Deselect it if you do not want the compiler to generate debug information.
Note
The included debug information increases the size of the object files.