Determines whether certain Intel compiler macros are defined or undefined.
Windows: None
Linux: None
IA-32, Intel® 64, IA-64 architectures
Linux and Mac OS X: | -icc -no-icc |
Windows: | None |
None
-icc |
The __ICC and __INTEL_COMPILER macros are set to represent the current version of the compiler. |
This option determines whether certain Intel compiler macros are defined or undefined.
If you specify -no-icc, the compiler undefines the __ICC and __INTEL_COMPILER macros. These macros are defined by default or by specifying -icc.
None