Disables linking to specified Intel® libraries, or to all Intel® libraries.
Linux: | -no-intel-lib[=library] |
Windows: | /Qno-intel-lib[:library] |
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.
OFF |
If this option is not specified, the compiler uses default heuristics for linking to libraries. |
This option disables linking to specified Intel® libraries, or to all Intel® libraries.
When offloading is enabled, this option only applies to host compilation.
None