Enabled multi core compile on VS (nw)

This commit is contained in:
Miodrag Milanovic 2016-03-01 15:30:42 +01:00
parent 91d965d80c
commit 2287efaab3
2 changed files with 0 additions and 2 deletions

View file

@ -484,7 +484,6 @@ configuration { "vs*" }
"NoPCH", "NoPCH",
"ExtraWarnings", "ExtraWarnings",
"NoEditAndContinue", "NoEditAndContinue",
"EnableMinimalRebuild",
} }
if not _OPTIONS["NOWERROR"] then if not _OPTIONS["NOWERROR"] then
flags{ flags{

View file

@ -464,7 +464,6 @@ function toolchain(_buildDir, _subDir)
removeflags { removeflags {
"StaticRuntime", "StaticRuntime",
"NoExceptions", "NoExceptions",
"EnableMinimalRebuild",
} }
configuration { "mingw*" } configuration { "mingw*" }