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. --- Magic2/Magic.vcxproj | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Magic2') diff --git a/Magic2/Magic.vcxproj b/Magic2/Magic.vcxproj index 2b23bf0..d1cac69 100644 --- a/Magic2/Magic.vcxproj +++ b/Magic2/Magic.vcxproj @@ -236,8 +236,8 @@ Disabled true Level3 - EditAndContinue false + ProgramDatabase ../oggvorbis/include;../Opcode/OpcodeLib;../libpng;../Magic2;../FoundationEx;../nGenEx;../zlib;../parser;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_WINDOWS;FOUNDATION_USE_MFC;%(PreprocessorDefinitions) .\Debug\ @@ -295,7 +295,7 @@ true Level3 false - EditAndContinue + ProgramDatabase ../oggvorbis/include;../Opcode/OpcodeLib;../libpng;../Magic2;../FoundationEx;../nGenEx;../zlib;../parser;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_WINDOWS;FOUNDATION_USE_MFC;%(PreprocessorDefinitions) .\Debug\ @@ -431,7 +431,7 @@ MultiThreadedDLL OnlyExplicitInline true - true + false MaxSpeed true Level3 @@ -485,7 +485,7 @@ MultiThreadedDLL OnlyExplicitInline true - true + false MaxSpeed true Level3 @@ -539,7 +539,7 @@ MultiThreadedDLL OnlyExplicitInline true - true + false MaxSpeed true Level3 @@ -695,6 +695,7 @@ true + false -- cgit v1.1