From b0dee859794eb2944e7207373af44b902e75a5e6 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 5 Apr 2015 15:15:02 +0200 Subject: [PATCH] Selected Full Optimization for Release Visual Studio builds (nw) --- scripts/genie.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/genie.lua b/scripts/genie.lua index 2fb844362a4..6bc36add568 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -265,6 +265,11 @@ configuration { "Debug", "vs*" } flags { "Symbols", } + +configuration { "Release", "vs*" } + flags { + "Optimize", + } configuration {}