Tells the compiler to output macro definitions in effect after preprocessing.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | -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 the E option.
None
E compiler option