mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Enabled multi core compile on VS (nw)
This commit is contained in:
parent
91d965d80c
commit
2287efaab3
2 changed files with 0 additions and 2 deletions
|
@ -484,7 +484,6 @@ configuration { "vs*" }
|
|||
"NoPCH",
|
||||
"ExtraWarnings",
|
||||
"NoEditAndContinue",
|
||||
"EnableMinimalRebuild",
|
||||
}
|
||||
if not _OPTIONS["NOWERROR"] then
|
||||
flags{
|
||||
|
|
|
@ -464,7 +464,6 @@ function toolchain(_buildDir, _subDir)
|
|||
removeflags {
|
||||
"StaticRuntime",
|
||||
"NoExceptions",
|
||||
"EnableMinimalRebuild",
|
||||
}
|
||||
|
||||
configuration { "mingw*" }
|
||||
|
|
Loading…
Reference in a new issue