From b851c8d21cce164ccdb8f700c852f22effb675e2 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 30 Mar 2020 11:02:50 +0000 Subject: [PATCH] zlib : - in Release cambiate opzioni di ottimizzazione da /Ox a /O2. --- zlib.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zlib.vcxproj b/zlib.vcxproj index d0fbe84..f8449df 100644 --- a/zlib.vcxproj +++ b/zlib.vcxproj @@ -172,7 +172,7 @@ copy $(TargetPath) \EgtProg\DllD64 $(IntDir)vc$(PlatformToolsetVersion).pdb Level3 true - Full + MaxSpeed true Speed StreamingSIMDExtensions2 @@ -212,7 +212,7 @@ copy $(TargetPath) \EgtProg\Dll32 $(IntDir)vc$(PlatformToolsetVersion).pdb Level3 true - Full + MaxSpeed true Speed false