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. --- Opcode/Opcode.vcxproj | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Opcode') diff --git a/Opcode/Opcode.vcxproj b/Opcode/Opcode.vcxproj index c3e1c3f..8f8103e 100644 --- a/Opcode/Opcode.vcxproj +++ b/Opcode/Opcode.vcxproj @@ -450,7 +450,7 @@ MultiThreadedDLL OnlyExplicitInline true - true + false MaxSpeed true Level3 @@ -506,7 +506,7 @@ MultiThreadedDLL OnlyExplicitInline true - true + false MaxSpeed true Level3 @@ -562,7 +562,7 @@ MultiThreadedDLL OnlyExplicitInline true - true + false MaxSpeed true Level3 @@ -732,6 +732,7 @@ true + false @@ -743,6 +744,7 @@ true + false -- cgit v1.1