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. --- Stars45/Stars.vcxproj | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'Stars45') diff --git a/Stars45/Stars.vcxproj b/Stars45/Stars.vcxproj index 794006e..8ab7fa7 100644 --- a/Stars45/Stars.vcxproj +++ b/Stars45/Stars.vcxproj @@ -287,7 +287,7 @@ Disabled true Level3 - true + false EditAndContinue ../FoundationEx;../nGenEx;../NetEx;../Parser;../Opcode/OpcodeLib;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) @@ -297,7 +297,7 @@ .\Debug\ .\Debug\ EnableFastChecks - false + true true @@ -339,7 +339,7 @@ Disabled true Level3 - true + false EditAndContinue ../FoundationEx;../nGenEx;../NetEx;../Parser;../Opcode/OpcodeLib;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) @@ -349,7 +349,7 @@ .\Debug\ .\Debug\ EnableFastChecks - false + true true @@ -499,6 +499,7 @@ Speed true StreamingSIMDExtensions2 + true true @@ -552,6 +553,7 @@ Speed true StreamingSIMDExtensions2 + true true @@ -605,6 +607,7 @@ Speed true StreamingSIMDExtensions2 + true true @@ -789,6 +792,9 @@ $(SolutionDir)$(Configuration)\$(SolutionName).exe false + + true + @@ -800,6 +806,9 @@ $(SolutionDir)$(Configuration)\Starshatter_D.exe false + + true + -- cgit v1.1