From 3533fb0234aac3c87f05f8d80abbba95f0c1655a Mon Sep 17 00:00:00 2001 From: Josko Date: Wed, 27 Dec 2017 14:20:18 +0100 Subject: [PATCH] aura.vcxproj: Set optimizations to full. --- src/aura.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aura.vcxproj b/src/aura.vcxproj index 546de6a3..3fb65620 100644 --- a/src/aura.vcxproj +++ b/src/aura.vcxproj @@ -91,7 +91,7 @@ - MaxSpeed + Full true ..\bncsutil\src;..\StormLib\src;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;SQLITE_THREADSAFE=0;SQLITE_OMIT_LOAD_EXTENSION;%(PreprocessorDefinitions)