[patch] [libcxx] msvc cmake

G M gmisocpp at gmail.com
Thu Sep 26 16:48:42 PDT 2013


Hi Everyone

Attached is a patch for libcxx's cmake file.

I've changed it so we don't set highest level warnings (all) for MSVC
when building projects using cmake and instead leave the default. That's
/W4 on my machine and seems to be ok.

With all warnings on for msvc, we see literally thousands of warnings.
99.99% aren't relevant and just obscure the ones that are.
I think the user can still override things if they want something different
from the command line when using cmake.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130927/49d1f949/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cmakelists.txt.diff
Type: application/octet-stream
Size: 613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130927/49d1f949/attachment.obj>


More information about the cfe-commits mailing list