Intel® C++ Compiler Classic 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-401E1122-D0D1-4D5A-A105-D0F5C23DF194
Visible to Intel only — GUID: GUID-401E1122-D0D1-4D5A-A105-D0F5C23DF194
dM, QdM
Tells the compiler to output macro definitions in effect after preprocessing.
Linux: |
-dM |
macOS: |
-dM |
Windows: |
/QdM |
None
OFF |
The compiler does not output macro definitions after preprocessing. |
This option tells the compiler to output macro definitions in effect after preprocessing. To use this option, you must also specify option E.
None