mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +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 {
|
||||
"/bigobj",
|
||||
}
|
||||
buildoptions_cpp {
|
||||
"/std:c++17",
|
||||
}
|
||||
flags {
|
||||
"ExtraWarnings",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user