Tells the linker to search for unresolved references in a multithreaded, debug, dynamic-link run-time library.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | None |
Windows: | /MD /MDd |
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 multithreaded, debug, dynamic-link (DLL) run-time library.
This is the same as specifying options
/libs:dll /threads /dbglibs.
This option can also be specified as /MDd.
None
libs compiler option
threads compiler option