mstorsjo added a comment.

In https://reviews.llvm.org/D43811#1020847, @rnk wrote:

> This means, link the CRT and other default libraries statically, but give me 
> a DLL, right? Just confirming.


Exactly - for all libraries linked where you have the choice of both dynamic 
and static, pick the static one. (In mingw, you can't link the CRT statically 
though, so that, and any windows system dlls will still be linked dynamically.)


Repository:
  rC Clang

https://reviews.llvm.org/D43811



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to