From a4464d8c81b29f39cb0bc3b914f1ded13783bc62 Mon Sep 17 00:00:00 2001 From: DarioS Date: Mon, 9 Jan 2023 10:17:00 +0100 Subject: [PATCH] libzip : - aggiustamento opzioni di compilazione. --- libzip.vcxproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libzip.vcxproj b/libzip.vcxproj index ace5b7b..0cb617e 100644 --- a/libzip.vcxproj +++ b/libzip.vcxproj @@ -130,6 +130,10 @@ copy $(TargetPath) \EgtProg\DllD32 WIN32;NDEBUG;_CONSOLE; _CRT_SECURE_NO_WARNINGS; _CRT_NONSTDC_NO_DEPRECATE ; %(PreprocessorDefinitions) true /EgtDev/Extern/zlib/Include; Include_x32 + StreamingSIMDExtensions2 + AnySuitable + Speed + true Console @@ -183,6 +187,10 @@ copy $(TargetPath) \EgtProg\DllD64 stdcpp17 + AnySuitable + Speed + true + AdvancedVectorExtensions2 Console