Intel® C++ Compiler 16.0 User and Reference Guide
Determines whether certain Intel compiler macros are defined or undefined.
Linux and OS X: | -icc -no-icc |
Windows: | /Qicl /Qicl- |
None
-icc or /Qicl |
The __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 option -no-icc or /Qicl- , the compiler undefines the __INTEL_COMPILER macros. These macros are defined by default or by specifying -icc or /Qicl.
None