Merge pull request #1315 from nulltoken/development

cMakeList: Prevent MSVCR1x0.dll dependency
This commit is contained in:
Vicent Martí 2013-02-05 06:18:23 -08:00
commit fb60d268df

View File

@ -138,6 +138,8 @@ IF (MSVC)
ENDIF ()
SET(CMAKE_C_FLAGS_DEBUG "/Od /DEBUG /MTd /RTC1 /RTCs /RTCu")
SET(CMAKE_C_FLAGS_RELEASE "/MT /O2")
SET(CMAKE_C_FLAGS_RELWITHDEBINFO "/MT /O2")
SET(CMAKE_C_FLAGS_MINSIZEREL "/MT")
SET(WIN_RC "src/win32/git2.rc")
# Precompiled headers