Intel® C++ Compiler 16.0 User and Reference Guide
Same as option -dD, but output #define directives contain only macro names.
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