diff --git a/setup.py b/setup.py index 611e5afb..4820df60 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def main(): 'python/postal/text/pytokenize.c', ], include_dirs=['.'], - extra_compile_args=['-O0'], + extra_compile_args=['-O0', '-std=c99'], ), ],