Define or undefine certain Intel compiler macros.
Windows: None
Linux: None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | -[no-]icc |
Windows: | None |
None
-icc | The __ICC and __INTEL_COMPILER macros are set to represent the current version of the compiler. |
When you specify -no-icc, the compiler undefines the __ICC and __INTEL_COMPILER macros. These macros are defined by default or by specifying -icc.
None