From ecb247e559e1e06cb261edbd43d97ae10fddb302 Mon Sep 17 00:00:00 2001 From: Yasha Jannoo Date: Tue, 10 Sep 2019 01:22:18 +0100 Subject: Turn off Minimal Rebuild across the board This is the \Gm compiler flag. There are warnings that this is deprecated, and the general advice is that setting the multiprocessor build flag should be used instead. --- Opcode/Opcode.vcxproj | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Opcode') diff --git a/Opcode/Opcode.vcxproj b/Opcode/Opcode.vcxproj index 5891582..c3e1c3f 100644 --- a/Opcode/Opcode.vcxproj +++ b/Opcode/Opcode.vcxproj @@ -309,7 +309,7 @@ Disabled true Level3 - true + false WIN32;_DEBUG;_WINDOWS;_USRDLL;OPCODE_EXPORTS;%(PreprocessorDefinitions) .\Debug\ true @@ -321,6 +321,7 @@ EnableFastChecks + true true @@ -462,6 +463,7 @@ .\Release\ + true true @@ -517,6 +519,7 @@ .\Release\ + true true @@ -572,6 +575,7 @@ .\Release\ + true true @@ -727,6 +731,7 @@ + true @@ -735,6 +740,11 @@ + + + true + + /QIfist /QIfist -- cgit v1.1