mirror of
https://github.com/holub/mame
synced 2025-06-08 22:03:55 +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*" }
|
configuration { "vs*" }
|
||||||
|
buildoptions {
|
||||||
|
"/bigobj",
|
||||||
|
}
|
||||||
flags {
|
flags {
|
||||||
"NoPCH",
|
"NoPCH",
|
||||||
"ExtraWarnings",
|
"ExtraWarnings",
|
||||||
@ -482,9 +485,6 @@ configuration { "Debug", "vs*" }
|
|||||||
"Symbols",
|
"Symbols",
|
||||||
"NoIncrementalLink",
|
"NoIncrementalLink",
|
||||||
}
|
}
|
||||||
buildoptions {
|
|
||||||
"/bigobj",
|
|
||||||
}
|
|
||||||
|
|
||||||
configuration { "Release", "vs*" }
|
configuration { "Release", "vs*" }
|
||||||
flags {
|
flags {
|
||||||
|
Loading…
Reference in New Issue
Block a user