Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-E356B0E3-F847-40A9-A932-77B4D8EEF53B
Visible to Intel only — GUID: GUID-E356B0E3-F847-40A9-A932-77B4D8EEF53B
d-lines, Qd-lines
Compiles debug statements.
Syntax
Linux: |
-d-lines -nod-lines |
macOS: |
-d-lines -nod-lines |
Windows: |
/d-lines /nod-lines /Qd-lines |
Arguments
None
Default
nod-lines |
Debug lines are treated as comment lines. |
Description
This option compiles debug statements. It specifies that lines in fixed-format files that contain a D in column 1 (debug statements) should be treated as source code.
IDE Equivalent
Visual Studio: Language > Compile Lines With D in Column 1 (/d-lines)
Alternate Options
Linux and macOS: -DD
Windows: None