icc

Define or undefine certain Intel compiler macros.

IDE Equivalent

Windows: None

Linux: None

Architectures

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

Syntax

Linux and Mac OS: -[no-]icc
Windows:    None

Arguments

None

Default

-icc      The __ICC and __INTEL_COMPILER macros are set to represent the current version of the compiler.

Description

When you specify -no-icc, the compiler undefines the __ICC and __INTEL_COMPILER macros. These macros are defined by default or by specifying -icc.

Alternate Options

None