From cab58717854b9806889993571042e606a9f82c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sun, 31 May 2026 16:34:46 +0200 Subject: [PATCH] BLD: fixup macro defs propagation --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a4b230f69..fd43a3cc2 100644 --- a/setup.py +++ b/setup.py @@ -144,6 +144,7 @@ def prepare_modules(): "bottleneck.nonreduce_axis", sources=["bottleneck/src/nonreduce_axis.c"], depends=base_includes, + define_macros=define_macros, extra_compile_args=["-O2"], ) ]