shared-intel

Causes Intel-provided libraries to be linked in dynamically.

IDE Equivalent

Windows: None

Linux: Libraries > Link with dynamic libraries

Mac OS: None

Architectures

IA-32 architecture, Intel® 64 architecture, IA-64 architecture

Syntax

Linux and Mac OS: -shared-intel
Windows:  None

Arguments

None

Default

OFF Intel libraries are linked in statically, with the exception of libguide.

Description

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

Alternate Options

Linux and Mac OS: -i-dynamic (this is a deprecated option)
Windows: None

See Also

static-intel compiler option