diff --git a/python/setup.py b/python/setup.py index 4a41bee..2823542 100644 --- a/python/setup.py +++ b/python/setup.py @@ -50,7 +50,7 @@ from distutils.core import setup, Extension module = Extension('pybreezyslam', sources = SOURCES, - extra_compile_args = SIMD_FLAGS + OPT_FLAGS + extra_compile_args = ['-std=gnu99'] + SIMD_FLAGS + OPT_FLAGS )