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. --- Stars45/Stars.vcxproj | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'Stars45/Stars.vcxproj') diff --git a/Stars45/Stars.vcxproj b/Stars45/Stars.vcxproj index 8ab7fa7..7d013ff 100644 --- a/Stars45/Stars.vcxproj +++ b/Stars45/Stars.vcxproj @@ -283,12 +283,12 @@ MultiThreadedDebug Default - true + false Disabled true Level3 false - EditAndContinue + ProgramDatabase ../FoundationEx;../nGenEx;../NetEx;../Parser;../Opcode/OpcodeLib;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) .\Debug\ @@ -335,12 +335,12 @@ MultiThreadedDebug Default - true + false Disabled true Level3 false - EditAndContinue + ProgramDatabase ../FoundationEx;../nGenEx;../NetEx;../Parser;../Opcode/OpcodeLib;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) .\Debug\ @@ -485,7 +485,7 @@ MultiThreaded OnlyExplicitInline true - true + false Full true Level3 @@ -539,7 +539,7 @@ MultiThreaded OnlyExplicitInline true - true + false Full true Level3 @@ -593,7 +593,7 @@ MultiThreaded OnlyExplicitInline true - true + false Full true Level3 @@ -794,6 +794,7 @@ true + false @@ -808,6 +809,7 @@ true + false -- cgit v1.1