diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2023-06-05 12:58:41 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2023-06-05 12:58:41 -0400 |
| commit | e0340354c0597e4ca97545b093510b833d6af5f1 (patch) | |
| tree | 1b396fcbff7eb00cf91ec8581d44c4c6a06cc975 | |
| parent | 083c4dcfc5b57b13d544ff22b9880a081c99ad92 (diff) | |
| download | pyisda-0.3.24.tar.gz | |
bump to 0.3.24v0.3.24
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ all_extensions = Extension( include_dirs=["c_layer", numpy.get_include()], libraries=["cds", "farmhash", "lz4"], language="c++", - extra_compile_args=["-fopenmp"], + extra_compile_args=["-fopenmp", "-Wall"], extra_link_args=["-fopenmp", "-Wl,--strip-all"], ) @@ -32,7 +32,7 @@ all_extensions = cythonize( setup( name="pyisda", - version="0.3.23", + version="0.3.24", author="Guillaume Horel", ext_modules=all_extensions, packages=["pyisda"], |
