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

pull/2505/head
Dean Lee 2020-11-08 13:59:37 +08:00 committed by GitHub
parent 26583b1b85
commit c88ab9bfd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: