Merge pull request #1086 from scunz/vs_warning_level

VS-Build: Append C_FLAGS to the end of the already given ones.
This commit is contained in:
Russell Belfer 2012-11-19 12:11:01 -08:00
commit a9069f6154

View File

@ -90,7 +90,7 @@ IF (MSVC)
STRING(REPLACE "/Zm1000" " " CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
SET(CMAKE_C_FLAGS "/W4 /MP /nologo /Zi ${CMAKE_C_FLAGS}")
SET(CMAKE_C_FLAGS "/MP /nologo /Zi ${CMAKE_C_FLAGS}")
IF (STDCALL)
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /Gz")
ENDIF ()