Intel® Fortran Compiler 16.0 User and Reference Guide

MDs

Tells the linker to search for unresolved references in a single-threaded, dynamic-link run-time library. This is a deprecated option. There is no replacement option.

Architecture Restrictions

Not available on Intel® 64 architecture targeting the Intel® Xeon Phi™ coprocessor x100 product family (formerly code name Knights Corner)

Syntax

Linux and OS X:

None

Windows:

/MDs

/MDsd

Arguments

None

Default

OFF

The linker searches for unresolved references in a single-threaded, static run-time library.

Description

This option tells the linker to search for unresolved references in a single-threaded, dynamic-link (DLL) run-time library.

You can also specify /MDsd, where d indicates a debug version.

IDE Equivalent

None

Alternate Options

/MDs

Linux and OS X: None

Windows: /libs:dll

See Also