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

@ -52,7 +52,7 @@ workflows:
sudo apt remove cmake -y
sudo apt purge --auto-remove cmake -y
sudo apt install ninja-build -y
version=3.8
version=3.10
build=2
mkdir ~/temp
cd ~/temp
@ -97,7 +97,7 @@ workflows:
sudo apt remove cmake -y
sudo apt purge --auto-remove cmake -y
sudo apt install ninja-build -y
version=3.8
version=3.10
build=2
mkdir ~/temp
cd ~/temp

View File

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