Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 7/13/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

MDs

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

Syntax

Linux:

None

macOS:

None

Windows:

/MDs

/MDsd

Arguments

None

Default

OFF

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

Description

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

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

IDE Equivalent

None

Alternate Options

/MDs

Linux and macOS: None

Windows: /libs:dll

See Also