From e0340354c0597e4ca97545b093510b833d6af5f1 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Mon, 5 Jun 2023 12:58:41 -0400 Subject: bump to 0.3.24 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9fc6dcf..354d265 100644 --- a/setup.py +++ b/setup.py @@ -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"], -- cgit v1.2.3-70-g09d2