Symbolic Debugging Options

The following options are used to select symbolic debugging:

--symdebug:dwarf (Default) Generates directives that are used by the C/C++ source-level debugger and enables assembly source debugging in the assembler. The --symdebug:dwarf option's short form is -g. See Section 3.10.

For more information on the DWARF debug format, see The DWARF Debugging Standard.

--symdebug:none Disables all symbolic debugging output. This option is not recommended; it prevents debugging and most performance analysis capabilities.