From f935fb0960b1563d6404d2fec21963b20f498a3b Mon Sep 17 00:00:00 2001 From: Yasha Jannoo Date: Tue, 10 Sep 2019 01:05:02 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zlib') diff --git a/zlib/Zlib.vcxproj b/zlib/Zlib.vcxproj index fe8d8ec..c74c131 100644 --- a/zlib/Zlib.vcxproj +++ b/zlib/Zlib.vcxproj @@ -237,8 +237,8 @@ Disabled true Level3 - true EditAndContinue + false WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) .\Debug\ .\Debug\Zlib.pch -- cgit v1.1