[python] don't need -O0 any more for normalization extension

This commit is contained in:
Al
2015-10-27 13:34:00 -04:00
parent 9f6e1387a0
commit 7f5f056105

View File

@@ -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'],
),
],