From 5d694ca25f75a8809290f6fbd865ef9fd1eec12c Mon Sep 17 00:00:00 2001 From: Yasha Jannoo Date: Tue, 10 Sep 2019 01:33:35 +0100 Subject: Turn off edit and continue. Fixes incompatibility between /ZI and /Gy- by not allowing ZI at all for the time-being. We can turn it on again later. --- zlib/Zlib.vcxproj | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'zlib') diff --git a/zlib/Zlib.vcxproj b/zlib/Zlib.vcxproj index f70dcb2..9cad8a6 100644 --- a/zlib/Zlib.vcxproj +++ b/zlib/Zlib.vcxproj @@ -237,8 +237,8 @@ Disabled true Level3 - EditAndContinue false + ProgramDatabase WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) .\Debug\ .\Debug\Zlib.pch @@ -269,7 +269,7 @@ true Level3 false - EditAndContinue + ProgramDatabase WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) .\Debug\ .\Debug\Zlib.pch @@ -354,7 +354,7 @@ MultiThreaded OnlyExplicitInline true - true + false MaxSpeed true Level3 @@ -383,7 +383,7 @@ MultiThreaded OnlyExplicitInline true - true + false MaxSpeed true Level3 @@ -412,7 +412,7 @@ MultiThreaded OnlyExplicitInline true - true + false MaxSpeed true Level3 @@ -523,11 +523,13 @@ true + false true + false -- cgit v1.1