diff options
author | 2015-05-15 18:45:23 +0200 | |
---|---|---|
committer | 2015-05-15 18:45:23 +0200 | |
commit | 1e90d2ffdd0c2b966ee7e709bd013a98b1052a8b (patch) | |
tree | 9b4de79e75de5172892a6f69a13bcde44f6d5d96 /scripts/genie.lua | |
parent | cf40f096a314819b00f1eff0dd0fec0591bad5aa (diff) |
added some flags for VS build for Peter (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index aeb901b0f2e..e651f842ad4 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -369,6 +369,8 @@ flags { configuration { "vs*" } flags { "ExtraWarnings", + "NoEditAndContinue", + "EnableMinimalRebuild", } if not _OPTIONS["NOWERROR"] then flags{ |