Intel® C++ Compiler XE 13.1 User and Reference Guides
Same as option -dD, but output #define directives contain only macro names.
All
Linux and OS X: | -dN |
Windows: | /QdN |
None
OFF |
The compiler does not output #define directives. |
Same as -dD, but output #define directives contain only macro names. To use this option, you must also specify option E.
None