Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-E6EBE571-F4C2-4F21-99DA-5E2AD3A84DDC
Visible to Intel only — GUID: GUID-E6EBE571-F4C2-4F21-99DA-5E2AD3A84DDC
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.
Linux: |
None |
macOS: |
None |
Windows: |
/MDs /MDsd |
None
OFF |
The linker searches for unresolved references in a single-threaded, static run-time library. |
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.
/MDs |
Linux and macOS: None Windows: /libs:dll |