Intel® C++ Compiler XE 13.1 User and Reference Guides

static-intel

Causes Intel-provided libraries to be linked in statically.

IDE Equivalent

Windows: None

Linux: None

OS X: Runtime > Intel Runtime Libraries

Architectures

All

Syntax

Linux and OS X:

-static-intel

Windows:

None

Arguments

None

Default

ON

Intel libraries are linked in statically, with the exception of Intel's OpenMP runtime support library, which is linked in dynamically.

Description

This option causes Intel-provided libraries to be linked in statically. It is the opposite of -shared-intel.

If you specify option static-intel and any of the Intel-provided libraries have no static version, a diagnostic will be displayed.

Alternate Options

Linux and OS X: i-static (this is a deprecated option)

Windows: None

See Also


Submit feedback on this help topic