Visible to Intel only — GUID: GUID-CFA4B953-7FE3-43A9-AEFB-BAFABAA8A36B
Visible to Intel only — GUID: GUID-CFA4B953-7FE3-43A9-AEFB-BAFABAA8A36B
no-intel-lib, Qno-intel-lib
Disables linking to specified Intel® libraries, or to all Intel® libraries.
Syntax
Linux: |
-no-intel-lib[=library] |
macOS: |
None |
Windows: |
/Qno-intel-lib[:library] |
Arguments
library |
Indicates which Intel® library should not be linked. Possible values are:
|
If you specify more than one library, they must be separated by commas.
If library is omitted, the compiler will not link to any of the Intel® libraries shown above.
Default
OFF |
If this option is not specified, the compiler uses default heuristics for linking to libraries. |
Description
This option disables linking to specified Intel® libraries, or to all Intel® libraries.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation. Offloading can only be enabled when using ifx.
IDE Equivalent
Alternate Options
None