From 8d89f0d98c0776c2525f71c95ed8a848dd2652fe Mon Sep 17 00:00:00 2001 From: "Adrian.Conlon" Date: Sun, 4 Jun 2017 23:37:57 +0100 Subject: [PATCH] Unify the release build configurations. Signed-off-by: Adrian.Conlon --- Intel8080/src/Intel8080.vcxproj | 8 ++++++++ src/EightBit.vcxproj | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/Intel8080/src/Intel8080.vcxproj b/Intel8080/src/Intel8080.vcxproj index 556144e..3e68f82 100644 --- a/Intel8080/src/Intel8080.vcxproj +++ b/Intel8080/src/Intel8080.vcxproj @@ -112,6 +112,10 @@ true true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + AnySuitable + Speed + false + AdvancedVectorExtensions Windows @@ -127,6 +131,10 @@ true true NDEBUG;_LIB;%(PreprocessorDefinitions) + AnySuitable + Speed + false + AdvancedVectorExtensions Windows diff --git a/src/EightBit.vcxproj b/src/EightBit.vcxproj index a7bde5a..3dea4fb 100644 --- a/src/EightBit.vcxproj +++ b/src/EightBit.vcxproj @@ -111,6 +111,10 @@ true true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + AnySuitable + Speed + false + AdvancedVectorExtensions Windows @@ -126,6 +130,10 @@ true true NDEBUG;_LIB;%(PreprocessorDefinitions) + AnySuitable + Speed + false + AdvancedVectorExtensions Windows