Use another compiler flag wich works for clang and gcc.
This commit is contained in:
parent
aee8dbe540
commit
a670ec2aa1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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',
|
||||
|
|
Loading…
Add table
Reference in a new issue