From 7f5f0561051b85f6fccda4e9a3d71822635fbe8c Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 27 Oct 2015 13:34:00 -0400 Subject: [PATCH] [python] don't need -O0 any more for normalization extension --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a33b7410..78898968 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def main(): 'trie_search.c',) ] + ['python/postal/text/pynormalize.c'], include_dirs=['.'], - extra_compile_args=['-O0', '-std=c99', '-DHAVE_CONFIG_H', + extra_compile_args=['-std=c99', '-DHAVE_CONFIG_H', '-Wno-unused-function'], ), ],