Options for Debugging

The options shown in the table below control the debugging output produced by the compiler and are discussed in the sections that follow.

Table 1. Debugging Options
Option Controls
-mcodecov Instrument the generated output to provide code coverage information.
-f[no-]instrument-functions Instrument the generated output to provide function profiling information.
-gformat The type of debugging information generated.
-save-temps Whether intermediate files should be kept after compilation.