diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/meson.build | 3 |
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 ) |