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. --- NetEx/NetEx.vcxproj | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'NetEx') diff --git a/NetEx/NetEx.vcxproj b/NetEx/NetEx.vcxproj index 0b9054f..9833b25 100644 --- a/NetEx/NetEx.vcxproj +++ b/NetEx/NetEx.vcxproj @@ -237,8 +237,8 @@ Disabled true Level3 - EditAndContinue false + ProgramDatabase ../FoundationEx;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_LIB;SYNC_THREADS;%(PreprocessorDefinitions) .\Debug\ @@ -270,7 +270,7 @@ true Level3 false - EditAndContinue + ProgramDatabase ../FoundationEx;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_LIB;SYNC_THREADS;%(PreprocessorDefinitions) .\Debug\ @@ -358,7 +358,7 @@ MultiThreaded OnlyExplicitInline true - true + false MaxSpeed true Level3 @@ -388,7 +388,7 @@ MultiThreaded OnlyExplicitInline true - true + false MaxSpeed true Level3 @@ -418,7 +418,7 @@ MultiThreaded OnlyExplicitInline true - true + false MaxSpeed true Level3 @@ -533,11 +533,13 @@ true + false true + false -- cgit v1.1