Compiles debug statements.
Windows: Language > Compile Lines With D in Column 1
Linux: None
Mac OS X: Language > Compile Lines With D in Column 1
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -d-lines -nod-lines |
Windows: | /d-lines /nod-lines /Qd-lines |
None
nod-lines |
Debug lines are treated as comment lines. |
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.
Linux and Mac OS X: -DD
Windows: None
Copyright © 1996-2010, Intel Corporation. All rights reserved.