Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-3C6D1355-D23D-498C-B261-ED2A1D9909B4
Visible to Intel only — GUID: GUID-3C6D1355-D23D-498C-B261-ED2A1D9909B4
icc, Qicl
Determines whether certain Intel®-specific compiler macros are defined or undefined.
Linux: |
-icc -no-icc |
macOS: |
-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®-specific 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