Same as option -dD, but output #define directives contain only macro names.
Linux and macOS: | -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