ML

Tells the linker to search for unresolved references in a single-threaded, static run-time library.
This option has been deprecated.

IDE Equivalent

None

Architectures

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

Syntax

Linux: None
Windows:  /ML
/MLd

Arguments

None

Default

Intel EM64T systems: OFF
IA-32 and Intel Itanium systems: ON
On IA-32 and Intel Itanium systems, the linker searches for unresolved references in a single-threaded, static run-time library. On Intel Itanium systems, the linker searches for unresolved references in a multithreaded, static run-time library.

Description

This option tells the linker to search for unresolved references in a single-threaded, static run-time library. You can also specify /MLd, where d  indicates a debug version.

Alternate Options

Linux: None
Windows: /libs:static

See Also

libs compiler option