summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-03-01 15:30:42 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-03-01 15:30:42 +0100
commit2287efaab3c2840be4a79c00d2409d2bceb0f344 (patch)
treee8c1e86ceed50ddc2e5a8e472eb5a3ea1abda6e0
parent91d965d80c34fafc7573d520006c7b597ef2c5f5 (diff)
Enabled multi core compile on VS (nw)
-rw-r--r--scripts/genie.lua1
-rw-r--r--scripts/toolchain.lua1
2 files changed, 0 insertions, 2 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index c9b100e7374..3e246cc34ac 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -484,7 +484,6 @@ configuration { "vs*" }
"NoPCH",
"ExtraWarnings",
"NoEditAndContinue",
- "EnableMinimalRebuild",
}
if not _OPTIONS["NOWERROR"] then
flags{
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*" }