mirror of
https://github.com/holub/mame
synced 2025-06-08 13:53:52 +03:00
Add C++17 flag for visual studio (hopefully in the right place)
This commit is contained in:
parent
a1169c5620
commit
d1666d2ec9
@ -483,6 +483,9 @@ configuration { "vs20*" }
|
|||||||
buildoptions {
|
buildoptions {
|
||||||
"/bigobj",
|
"/bigobj",
|
||||||
}
|
}
|
||||||
|
buildoptions_cpp {
|
||||||
|
"/std:c++17",
|
||||||
|
}
|
||||||
flags {
|
flags {
|
||||||
"ExtraWarnings",
|
"ExtraWarnings",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user