summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorSayed Adel <seiko@imavr.com>2023-02-07 21:36:04 +0200
committerSayed Adel <seiko@imavr.com>2023-02-07 21:36:04 +0200
commit344fe0587ba0ed48e75eb358a3dfbbb27a013354 (patch)
tree99ef9cf011c9ba1eba1d59d66f2545ff76316019 /numpy
parent3e84a70000f27487f2cc680795620d92f2d9b3a4 (diff)
downloadnumpy-344fe0587ba0ed48e75eb358a3dfbbb27a013354.tar.gz
fix up up meson
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/core/meson.build b/numpy/core/meson.build
index fad6f462e..eea31faac 100644
--- a/numpy/core/meson.build
+++ b/numpy/core/meson.build
@@ -599,7 +599,8 @@ np_core_dep = declare_dependency(
'.',
'include',
'src/common',
- ]
+ ],
+ compile_args: disable_simd_optimizations
)