Intel® Fortran Compiler 17.0 Developer Guide and Reference
Lets you specify a DWARF Version format when generating debug information.
Linux and macOS: | -gdwarf-n |
Windows: | None |
n |
Is a value denoting the DWARF Version format to use. Possible values are:
|
OFF |
No debug information is generated. However, if compiler option -g is specified, debugging information is generated in the DWARF Version 3 format. |
This option lets you specify a DWARF Version format when generating debug information.
Note that older versions of some analysis tools may require applications to be built with the -gdwarf-2 option to ensure correct operation.
None