[python] don't need -O0 any more for normalization extension
This commit is contained in:
2
setup.py
2
setup.py
@@ -38,7 +38,7 @@ def main():
|
|||||||
'trie_search.c',)
|
'trie_search.c',)
|
||||||
] + ['python/postal/text/pynormalize.c'],
|
] + ['python/postal/text/pynormalize.c'],
|
||||||
include_dirs=['.'],
|
include_dirs=['.'],
|
||||||
extra_compile_args=['-O0', '-std=c99', '-DHAVE_CONFIG_H',
|
extra_compile_args=['-std=c99', '-DHAVE_CONFIG_H',
|
||||||
'-Wno-unused-function'],
|
'-Wno-unused-function'],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user