Output
The Output options determine the generated compiler output.

Code section
By default, the compiler places functions into a code section determined by the code model. Use this option to by default place all functions in a section with the name you type in the text box. You can then assign this section to a fixed address in the linker configuration file. (The section name is case-sensitive.)
Note
This option only applies to functions that are placed in default memory, either explicitly or implicitly. If you use a function memory attribute that explicitly places the function in another section than the default section, that function will not be affected by this option.
For detailed information about sections and the various methods for controlling placement of data and code, see Section reference, Placing code and data—the linker configuration file, and Controlling data and function placement in memory.
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.