From a670ec2aa1f136155d483cb8697f0613962e604a Mon Sep 17 00:00:00 2001 From: hofmockel <dreagonfly@gmx.de> Date: Mon, 20 Jul 2015 08:03:09 +0200 Subject: [PATCH] Use another compiler flag wich works for clang and gcc. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88c0592..686e384 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from Cython.Build import cythonize extension_defaults = { 'extra_compile_args': [ - '-std=gnu++11', + '-std=c++11', '-O3', '-Wall', '-Wextra', -- GitLab