i-static

Causes Intel-provided libraries to be linked in statically.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: -i-static
Windows:  None

Arguments

None

Default

OFF Intel libraries are linked in statically, with the exception of libguide. Note that when this option is specified, libguide is also linked in statically.

Description

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

Alternate Options

Linux: -i_static
Mac OS: None

Windows: None

See Also

i-dynamic compiler option