diff options
author | 2016-03-01 15:30:42 +0100 | |
---|---|---|
committer | 2016-03-01 15:30:42 +0100 | |
commit | 2287efaab3c2840be4a79c00d2409d2bceb0f344 (patch) | |
tree | e8c1e86ceed50ddc2e5a8e472eb5a3ea1abda6e0 /scripts/toolchain.lua | |
parent | 91d965d80c34fafc7573d520006c7b597ef2c5f5 (diff) |
Enabled multi core compile on VS (nw)
Diffstat (limited to 'scripts/toolchain.lua')
-rw-r--r-- | scripts/toolchain.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index ed7045244a0..5cca681cdff 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -464,7 +464,6 @@ function toolchain(_buildDir, _subDir) removeflags { "StaticRuntime", "NoExceptions", - "EnableMinimalRebuild", } configuration { "mingw*" } |