Intel® Fortran Compiler XE 13.1 User and Reference Guides
Enables generation of debugging information using the DWARF Version 3 format.
All
Linux and 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