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

A-, QA-

Disables all predefined macros. This is a deprecated option.

IDE Equivalent

Windows: None

Linux: Preprocessor > Undefine All Preprocessor Definitions

OS X: Preprocessor > Undefine All Preprocessor Definitions

Architectures

IA-32, Intel® 64 architecture

Syntax

Linux and OS X:

-A-

Windows:

/QA-

Arguments

None

Default

OFF

Predefined macros remain enabled.

Description

This option disables all predefined macros. It causes all predefined macros and assertions to become inactive.

Note that this option is not the negative form of the C++ /QA option.

Alternate Options

Linux and OS X: None

Windows: /u

See Also


Submit feedback on this help topic