Intel® C++ Compiler 19.0 Developer Guide and Reference
Tells the compiler to output macro definitions in effect after preprocessing.
Linux and 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