From fa65a1257078df9b4cef24714f135f1eb149f9d6 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Thu, 30 Nov 2023 14:39:28 -0500 Subject: bump to 0.3.27 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b76a210..24c6679 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", "-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"], -- cgit v1.2.3-70-g09d2