Enables generation of debugging information using the DWARF Version 3 format.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -gdwarf-3 |
Windows: | None |
None
OFF |
No debug information is generated. However, if compiler option -g is specified, debugging information is generated in the DWARF Version 2 format with some DWARF Version 3 extensions. |
This option enables generation of debugging information using the DWARF Version 3 format.
When you specify this option, the compiler will emit DWARF version 3-compatible debugging information, which can be used by debuggers such as gdb and idb. It also generates additional debugging information for optimized code, such as end of prologue markers.
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.