From ecb247e559e1e06cb261edbd43d97ae10fddb302 Mon Sep 17 00:00:00 2001 From: Yasha Jannoo Date: Tue, 10 Sep 2019 01:22:18 +0100 Subject: Turn off Minimal Rebuild across the board This is the \Gm compiler flag. There are warnings that this is deprecated, and the general advice is that setting the multiprocessor build flag should be used instead. --- zlib/Zlib.vcxproj | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'zlib') diff --git a/zlib/Zlib.vcxproj b/zlib/Zlib.vcxproj index fe8d8ec..f70dcb2 100644 --- a/zlib/Zlib.vcxproj +++ b/zlib/Zlib.vcxproj @@ -237,14 +237,15 @@ Disabled true Level3 - true EditAndContinue + false WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) .\Debug\ .\Debug\Zlib.pch .\Debug\ .\Debug\ EnableFastChecks + true 0x0409 @@ -267,7 +268,7 @@ Disabled true Level3 - true + false EditAndContinue WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) .\Debug\ @@ -275,6 +276,7 @@ .\Debug\ .\Debug\ EnableFastChecks + true 0x0409 @@ -361,6 +363,7 @@ .\Release\Zlib.pch .\Release\ .\Release\ + true 0x0409 @@ -389,6 +392,7 @@ .\Release\Zlib.pch .\Release\ .\Release\ + true 0x0409 @@ -417,6 +421,7 @@ .\Release\Zlib.pch .\Release\ .\Release\ + true 0x0409 @@ -515,6 +520,16 @@ .\Release\Zlib.lib + + + true + + + + + true + + -- cgit v1.1