From fe6d1bc02d560819be454a431739c718e9f68cc0 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Thu, 2 Feb 2023 15:47:06 -0500 Subject: bump to 0.3.18 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4f69552..4a01d08 100644 --- a/setup.py +++ b/setup.py @@ -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"], -- cgit v1.2.3-70-g09d2