reduce warnings in msvc librw build

This commit is contained in:
withmorten 2021-02-03 23:26:19 +01:00
parent bba01a42e1
commit 1525b105e2
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ project "librw"
architecture "amd64"
filter "platforms:win*"
defines { "_CRT_SECURE_NO_WARNINGS", "_CRT_NONSTDC_NO_DEPRECATE" }
staticruntime "on"
buildoptions { "/Zc:sizedDealloc-" }