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.
Linux: | None |
Windows: | /MDs /MDsd |
None
OFF |
The linker searches for unresolved references in a single-threaded, static runtime library. |
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.
/MDs |
Linux: None Windows: /libs:dll |