mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
Fix vs2019_clang build
This commit is contained in:
parent
c462e67488
commit
4e337734f7
@ -490,15 +490,13 @@ language "C++"
|
||||
|
||||
flags {
|
||||
"StaticRuntime",
|
||||
"Cpp17",
|
||||
}
|
||||
|
||||
configuration { "vs20*" }
|
||||
buildoptions {
|
||||
"/bigobj",
|
||||
}
|
||||
buildoptions_cpp {
|
||||
"/std:c++17",
|
||||
}
|
||||
flags {
|
||||
"ExtraWarnings",
|
||||
}
|
||||
@ -1439,6 +1437,7 @@ if _OPTIONS["vs"]=="clangcl" then
|
||||
"-Wno-unused-local-typedef",
|
||||
"-Wno-unused-private-field",
|
||||
"-Wno-unused-variable",
|
||||
"-Wno-microsoft-cast",
|
||||
}
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user