build: try to use clang here as well (#102)

This commit is contained in:
2024-04-20 10:56:38 +02:00
committed by GitHub
parent b3841d855e
commit 44dac41d0d
2 changed files with 12 additions and 4 deletions

View File

@ -62,7 +62,7 @@ filter "configurations:release"
defines {"NDEBUG"}
flags {"FatalCompileWarnings"}
filter "action:msc"
filter "toolset:msc*"
buildoptions "/GL"
linkoptions {"/IGNORE:4702", "/LTCG"}
filter {}