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

u (Windows* OS)

Disables all predefined macros and assertions.

IDE Equivalent

Windows: Preprocessor > Undefine All Preprocessor Definitions

Linux: None

OS X: None

Architectures

All

Syntax

Linux and OS X:

None

Windows:

/u

Arguments

None

Default

OFF

Defined preprocessor values are in effect until they are undefined.

Description

This option disables all predefined macros and assertions.

Alternate Options

/QA (this is a deprecated option)


Submit feedback on this help topic