We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e9af74 + 84f283a commit 9022b0eCopy full SHA for 9022b0e
numpy/_core/meson.build
@@ -109,7 +109,8 @@ if use_highway
109
],
110
cpp_args: '-DTOOLCHAIN_MISS_ASM_HWCAP_H',
111
include_directories: ['src/highway'],
112
- install: false
+ install: false,
113
+ gnu_symbol_visibility: 'hidden',
114
)
115
else
116
highway_lib = []
@@ -558,6 +559,7 @@ npymath_lib = static_library('npymath',
558
559
install_dir: np_dir / '_core/lib',
560
name_prefix: name_prefix_staticlib,
561
name_suffix: name_suffix_staticlib,
562
563
564
565
dir_separator = '/'
0 commit comments