From cdd069b464c3c70c121398d8e3ae03cbe20b653b Mon Sep 17 00:00:00 2001 From: Daniel Wirtz Date: Tue, 8 Sep 2020 19:25:30 +0200 Subject: Stay on C++14 for now (#3108) Switch us back to C++ standard support to 14 (for now), so we can easily upgrade again once the autoroller issues are resolved (atm the chromium roller does not have a libc++ with c++17 support). --- scripts/test/shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/test') diff --git a/scripts/test/shared.py b/scripts/test/shared.py index fac64c5d2..ace68c3ee 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -25,7 +25,7 @@ import sys # The C++ standard whose features are required to build Binaryen. # Keep in sync with CMakeLists.txt CXX_STANDARD -cxx_standard = 17 +cxx_standard = 14 def parse_args(args): -- cgit v1.2.3