mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
looks like 32-bit release builds need /bigobj as well (nw)
This commit is contained in:
parent
e892661905
commit
a0e5e36bd5
@ -465,6 +465,9 @@ flags {
|
||||
}
|
||||
|
||||
configuration { "vs*" }
|
||||
buildoptions {
|
||||
"/bigobj",
|
||||
}
|
||||
flags {
|
||||
"NoPCH",
|
||||
"ExtraWarnings",
|
||||
@ -482,9 +485,6 @@ configuration { "Debug", "vs*" }
|
||||
"Symbols",
|
||||
"NoIncrementalLink",
|
||||
}
|
||||
buildoptions {
|
||||
"/bigobj",
|
||||
}
|
||||
|
||||
configuration { "Release", "vs*" }
|
||||
flags {
|
||||
|
Loading…
Reference in New Issue
Block a user