diff options
| -rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,8 +9,8 @@ all_extensions = Extension( include_dirs=["c_layer", numpy.get_include()], libraries=["cds", "farmhash", "lz4"], language="c++", - extra_compile_args=["-fopenmp"], - extra_link_args=["-fopenmp", "-Wl,--strip-all"], + extra_compile_args=["-fopenmp", "-g"], + extra_link_args=["-fopenmp"], ) c_extension = Extension( @@ -32,7 +32,7 @@ all_extensions = cythonize( setup( name="pyisda", - version="0.3.17", + version="0.3.18", author="Guillaume Horel", ext_modules=all_extensions, packages=["pyisda"], |
