Fix vs2019_clang build

This commit is contained in:
feos 2021-04-03 21:00:51 +03:00 committed by Vas Crabb
parent c462e67488
commit 4e337734f7

View File

@ -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