Intel® C++ Compiler 19.0 Developer Guide and Reference
Same as option -dM, but outputs #define directives in preprocessed source.
Linux and macOS: | -dD |
Windows: | /QdD |
None
OFF |
The compiler does not output #define directives. |
Same as -dM, but outputs #define directives in preprocessed source. To use this option, you must also specify the E option.
None