dD, QdD

Same as -dM, but outputs #define directives in preprocessed source.

IDE Equivalent

None

Architectures

IA-32 architecture, Intel® 64 architecture, IA-64 architecture

Syntax

Linux and Mac OS: -dD
Windows:  /QdD

Arguments

None

Default

OFF The compiler does not output #define directives.

Description

Same as -dM, but outputs #define directives in preprocessed source. To use this option, you must also specify the E option.

Alternate Options

None