Add C++17 flag for visual studio (hopefully in the right place)

This commit is contained in:
Vas Crabb 2020-11-15 07:15:23 +11:00
parent a1169c5620
commit d1666d2ec9

View File

@ -483,6 +483,9 @@ configuration { "vs20*" }
buildoptions { buildoptions {
"/bigobj", "/bigobj",
} }
buildoptions_cpp {
"/std:c++17",
}
flags { flags {
"ExtraWarnings", "ExtraWarnings",
} }