Tells the linker to search for unresolved references in a multithreaded, debug, dynamic-link run-time library.
Windows: C/C++ > Code Generation > Runtime Library
Linux: None
Mac OS: None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | 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 option can also be specified as /MDd.
None