diff options
author | 2018-09-26 11:00:25 +1000 | |
---|---|---|
committer | 2018-09-26 11:00:25 +1000 | |
commit | 5892c5eb3a45855398bd2b4bd7d906299069b563 (patch) | |
tree | 8afad478410aa7b0d93a1dc3fdbb5caff2e2db91 /docs/release/scripts/genie.lua | |
parent | 2e20b2e2abae0d43da3ae982f5c4b5e055d3941f (diff) |
0.202 Release filestag202
Diffstat (limited to 'docs/release/scripts/genie.lua')
-rw-r--r-- | docs/release/scripts/genie.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/release/scripts/genie.lua b/docs/release/scripts/genie.lua index 12214497f0c..b11b99203d4 100644 --- a/docs/release/scripts/genie.lua +++ b/docs/release/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 |