From cee34cdb36b9d5c10ee32630d273d4159a044030 Mon Sep 17 00:00:00 2001 From: tporadowski Date: Mon, 2 Mar 2020 14:55:34 +0100 Subject: [PATCH] changed optimization settings for release build --- msvs/RedisServer.vcxproj | 7 ++++++- src/Win32_Interop/Win32_Interop.vcxproj | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/msvs/RedisServer.vcxproj b/msvs/RedisServer.vcxproj index 74c06ee0..8bc88fba 100644 --- a/msvs/RedisServer.vcxproj +++ b/msvs/RedisServer.vcxproj @@ -40,6 +40,8 @@ Application false v142 + x64 + true Application @@ -148,7 +150,10 @@ copy /Y $(OutputPath)redis-server.pdb $(OutputPath)redis-check-aof.pdb ProgramDatabase 4996;4146 true - Full + MaxSpeed + true + OnlyExplicitInline + Speed true diff --git a/src/Win32_Interop/Win32_Interop.vcxproj b/src/Win32_Interop/Win32_Interop.vcxproj index 69c08c17..cb73c39c 100644 --- a/src/Win32_Interop/Win32_Interop.vcxproj +++ b/src/Win32_Interop/Win32_Interop.vcxproj @@ -207,7 +207,7 @@ link.exe -dll -noentry resources/EventLog.res -out:$(TargetDir)EventLog.dll Level3 - Full + MaxSpeed true true USE_STATIC;USE_JEMALLOC;_OFF_T_DEFINED;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);LACKS_STDLIB_H;_CRT_SECURE_NO_WARNINGS;PSAPI_VERSION=1