Intel® oneAPI DPC++/C++ 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-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.
Syntax
Linux: |
-dM |
Windows: |
/QdM |
Arguments
None
Default
OFF |
The compiler does not output macro definitions after preprocessing. |
Description
This option tells the compiler to output macro definitions in effect after preprocessing. To use this option, you must also specify option E.
IDE Equivalent
Alternate Options
None