mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[CMAKE]
- Temporarily raise MSVC warning level to 4 to get an inventory of the warnings we produce svn path=/trunk/; revision=60997
This commit is contained in:
parent
cd3af3c4c8
commit
ab59b10497
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ endif()
|
|||
|
||||
add_definitions(/Dinline=__inline /D__STDC__=1)
|
||||
|
||||
add_compile_flags("/X /GR- /EHs-c- /GS- /Zl /W3")
|
||||
add_compile_flags("/X /GR- /EHs-c- /GS- /Zl /W4")
|
||||
|
||||
# HACK: for VS 11+ we need to explicitly disable SSE, which is off by
|
||||
# default for older compilers. See CORE-6507
|
||||
|
|
Loading…
Reference in a new issue