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. --- nGenEx/nGenEx.vcxproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nGenEx') diff --git a/nGenEx/nGenEx.vcxproj b/nGenEx/nGenEx.vcxproj index 4ab5e46..4bd4ec4 100644 --- a/nGenEx/nGenEx.vcxproj +++ b/nGenEx/nGenEx.vcxproj @@ -253,8 +253,8 @@ Disabled true Level3 - EditAndContinue false + ProgramDatabase ..\oggvorbis\include;..\parser;..\FoundationEx;..\zlib;..\LibPng;..\Opcode\OpcodeLib;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) .\Debug\ @@ -286,7 +286,7 @@ true Level3 false - EditAndContinue + ProgramDatabase ..\oggvorbis\include;..\parser;..\FoundationEx;..\zlib;..\LibPng;..\Opcode\OpcodeLib;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) .\Debug\ @@ -377,7 +377,7 @@ MultiThreaded OnlyExplicitInline true - true + false MaxSpeed true Level3 @@ -408,7 +408,7 @@ MultiThreaded OnlyExplicitInline true - true + false MaxSpeed true Level3 @@ -439,7 +439,7 @@ MultiThreaded OnlyExplicitInline true - true + false MaxSpeed true Level3 -- cgit v1.1