Intel® C++ Compiler XE 13.1 User and Reference Guides

dM, QdM

Tells the compiler to output macro definitions in effect after preprocessing.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-dM

Windows:

/QdM

Arguments

None

Default

OFF

The compiler does not output macro definitions after preprocessing.

Description

This option tells the compiler to output macro definitions in effect after preprocessing. To use this option, you must also specify option E.

Alternate Options

None

See Also


Submit feedback on this help topic