Use another compiler flag wich works for clang and gcc.

This commit is contained in:
hofmockel 2015-07-20 08:03:09 +02:00
parent aee8dbe540
commit a670ec2aa1

View file

@ -4,7 +4,7 @@ from Cython.Build import cythonize
extension_defaults = {
'extra_compile_args': [
'-std=gnu++11',
'-std=c++11',
'-O3',
'-Wall',
'-Wextra',