From 94f0181e592f027a28d257bee368911433a4a1d5 Mon Sep 17 00:00:00 2001 From: smf- Date: Mon, 27 Aug 2018 17:00:18 +0100 Subject: enable edit and continue in visual studio debug builds (nw) --- scripts/genie.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/genie.lua b/scripts/genie.lua index 12214497f0c..b11b99203d4 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -468,7 +468,6 @@ configuration { "vs*" } flags { "NoPCH", "ExtraWarnings", - "NoEditAndContinue", } if not _OPTIONS["NOWERROR"] then flags{ @@ -480,12 +479,14 @@ configuration { "vs*" } configuration { "Debug", "vs*" } flags { "Symbols", - "NoIncrementalLink", + "NoMultiProcessorCompilation", } configuration { "Release", "vs*" } flags { "Optimize", + "NoEditAndContinue", + "NoIncrementalLink", } -- Force VS2015/17 targets to use bundled SDL2 -- cgit v1.2.3