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",
"ExtraWarnings",
"NoEditAndContinue",
"EnableMinimalRebuild",
}
if not _OPTIONS["NOWERROR"] then
flags{

View file

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