Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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:

libirc

Disables linking to the Intel® C/C++ library.

libimf

Disables linking to the Intel® C++ Compiler Classic Math library.

libm

This setting is only available on Windows. It is equivalent to specifying libimf.

libsvml

Disables linking to the Intel® Short Vector Math library.

libirng

Disables linking to the Random Number Generator library.

libipgo

Disables linking to the Profile-Guided Optimization library.

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.

IDE Equivalent
None
Alternate Options

None