diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2023-11-30 14:39:28 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2023-11-30 14:39:28 -0500 |
| commit | fa65a1257078df9b4cef24714f135f1eb149f9d6 (patch) | |
| tree | 403a36f54a0481d8ea240dd5b27ba8103e8da950 /setup.py | |
| parent | 6917704a1a1a0f8474c069c1492934b8546615ce (diff) | |
| download | pyisda-0.3.27.tar.gz | |
bump to 0.3.27v0.3.27
Diffstat (limited to 'setup.py')
| -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", "-Wall"], + extra_compile_args=["-fopenmp", "-Wall", "-flto"], extra_link_args=["-fopenmp", "-Wl,--strip-all"], ) @@ -32,7 +32,7 @@ all_extensions = cythonize( setup( name="pyisda", - version="0.3.26", + version="0.3.27", author="Guillaume Horel", ext_modules=all_extensions, packages=["pyisda"], |
