diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2023-02-02 15:47:06 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2023-02-02 15:47:06 -0500 |
| commit | fe6d1bc02d560819be454a431739c718e9f68cc0 (patch) | |
| tree | 917b8ac03a182a09f6e9e95f6d163bf55c8f60c8 /setup.py | |
| parent | ee4959ee8cf865024a07b7260c26ca8b47a49dbb (diff) | |
| download | pyisda-fe6d1bc02d560819be454a431739c718e9f68cc0.tar.gz | |
bump to 0.3.18v0.3.18
Diffstat (limited to 'setup.py')
| -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"], |
