bors 8a3f5af8c9 Auto merge of #25995 - alexcrichton:msvc-md, r=brson
On MSVC there are two ways that the CRT can be linked, either statically or
dynamically. Each object file produced by the compiler is compiled against
msvcrt (a dll) or libcmt (a static library). When the linker is dealing with
more than one object file, it requires that all object files link to the same
CRT, or else the linker will spit out some errors.

For now, compile code with `-MD` as it seems to appear more often in C libraries
so we'll stick with the same trend.
2015-06-09 18:26:26 +00:00
..
2015-06-03 15:24:35 -07:00
2014-12-16 17:08:49 +01:00
2013-10-29 16:22:08 -07:00
2015-05-19 10:52:57 -07:00
2015-05-27 19:36:28 -07:00