Use this panel to specify whether to generate symbolic information for debugging the build target.
The table below lists and describes the options for the Debugging panel.
| Option | Description |
|---|---|
| Debug Level | Generates a compiled file containing debugging information. By default, it will be generated in DWARF-2 format. |
| Other debugging flags | Allows specifying other debugging options, like changing the format of debugging information or the level. |
| Generate gprof information (-pg) | Generate extra code to write profile information suitable for the analysis program gprof. You must use this option when compiling the source files you want data about, and you must also use it when linking. |
| Generate prof information (-p) | Generate extra code to write profile information suitable for the analysis program prof. You must use this option when compiling the source files you want data about, and you must also use it when linking. |