0.22.4 - Appveyor

This commit is contained in:
H0zen 2019-05-17 21:54:47 +01:00
parent 5a6f485753
commit fa575b304c

View File

@ -79,7 +79,10 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "MSVC")
/GS- #no buffer security check
/GF #string pooling
>
$<$<CONFIG:Debug>:
/bigobj
>
/wd4996
/wd4267
/wd4244