diff options
author | 2016-11-29 08:45:12 +0100 | |
---|---|---|
committer | 2016-11-29 08:45:12 +0100 | |
commit | 581e5c03b3dc74fdf4bedc5ec4cceec93823c59b (patch) | |
tree | 17a6f97110676137aa6b3663cdf05ab591b809a4 /scripts/genie.lua | |
parent | 19ea7bb71ec3858419167f19f02de538bb7746f6 (diff) |
Disable incremental linking for VS debug builds (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 39669acb524..7a4668e7d14 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -475,6 +475,7 @@ configuration { "vs*" } configuration { "Debug", "vs*" } flags { "Symbols", + "NoIncrementalLink", } configuration { "Release", "vs*" } |