summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua5
1 files 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