Merge pull request #5047 from BreadFish64/patch-3
fix c++ standard flag for msvc
This commit is contained in:
commit
3ae1b5e2d6
2 changed files with 2 additions and 3 deletions
|
@ -38,7 +38,6 @@ if (MSVC)
|
|||
/Zo
|
||||
/permissive-
|
||||
/EHsc
|
||||
/std:c++latest
|
||||
/volatile:iso
|
||||
/Zc:externConstexpr
|
||||
/Zc:inline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue