Merge pull request #5047 from BreadFish64/patch-3

fix c++ standard flag for msvc
This commit is contained in:
Marshall Mohror 2020-02-22 21:18:08 -06:00 committed by GitHub
commit 3ae1b5e2d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -38,7 +38,6 @@ if (MSVC)
/Zo
/permissive-
/EHsc
/std:c++latest
/volatile:iso
/Zc:externConstexpr
/Zc:inline