From 379db49e6926b54742e8c5c5ab80393792176db6 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sun, 28 Apr 2013 21:42:09 -0700 Subject: [PATCH] Always optimize zlib, we're not debugging it. This improves x64 release performance as well. --- ext/zlib/zlib.vcxproj | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/ext/zlib/zlib.vcxproj b/ext/zlib/zlib.vcxproj index 1738d1ae8d..d1f39a5ff7 100644 --- a/ext/zlib/zlib.vcxproj +++ b/ext/zlib/zlib.vcxproj @@ -98,8 +98,14 @@ Level3 - Disabled + MaxSpeed WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS + AnySuitable + true + Speed + StreamingSIMDExtensions2 + Fast + Default Windows @@ -111,8 +117,15 @@ Level3 - Disabled + MaxSpeed WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + AnySuitable + true + Speed + false + StreamingSIMDExtensions2 + Fast + Default Windows @@ -132,6 +145,7 @@ false Fast Speed + AnySuitable Windows @@ -150,6 +164,11 @@ true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) false + AnySuitable + Speed + false + StreamingSIMDExtensions2 + Fast Windows