params_pyx_setup.py: -std=c++17 (#2503)

old-commit-hash: c88ab9bfd6
commatwo_master
Dean Lee 5 years ago committed by GitHub
parent 4bd3ffa94b
commit 8fd79f63f1
  1. 2
      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:

Loading…
Cancel
Save