- Revert MSVC build to /W3

svn path=/trunk/; revision=60998
This commit is contained in:
Thomas Faber 2013-11-15 12:13:25 +00:00
parent ab59b10497
commit 225b2406ac

View file

@ -20,7 +20,7 @@ endif()
add_definitions(/Dinline=__inline /D__STDC__=1)
add_compile_flags("/X /GR- /EHs-c- /GS- /Zl /W4")
add_compile_flags("/X /GR- /EHs-c- /GS- /Zl /W3")
# HACK: for VS 11+ we need to explicitly disable SSE, which is off by
# default for older compilers. See CORE-6507