From 8fd79f63f17061244dfb1c4f3c59b9147eff1e97 Mon Sep 17 00:00:00 2001 From: Dean Lee Date: Sun, 8 Nov 2020 13:59:37 +0800 Subject: [PATCH] params_pyx_setup.py: -std=c++17 (#2503) old-commit-hash: c88ab9bfd696ae617317c50ce1fc2179dfc82441 --- common/params_pyx_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/params_pyx_setup.py b/common/params_pyx_setup.py index 28dd9ee50f..7fcdb6e7cd 100644 --- a/common/params_pyx_setup.py +++ b/common/params_pyx_setup.py @@ -10,7 +10,7 @@ from common.hardware import TICI ARCH = subprocess.check_output(["uname", "-m"], encoding='utf8').rstrip() # pylint: disable=unexpected-keyword-arg sourcefiles = ['params_pyx.pyx'] -extra_compile_args = ["-std=c++11"] +extra_compile_args = ["-std=c++1z"] if ARCH == "aarch64": if TICI: