Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 291c50b

Browse files
authored
Merge pull request #26 from xhochy/strip-wheels
Update multibuild to the version that supports stripping wheels + strip on build
2 parents db2510b + 5a3c93e commit 291c50b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ OPENBLAS_VERSION=0.2.18
1010
source gfortran-install/gfortran_utils.sh
1111

1212
function build_wheel {
13+
export FFLAGS="$FFLAGS -fPIC -Wl,-strip-all"
1314
if [ -z "$IS_OSX" ]; then
1415
build_libs $PLAT
1516
build_pip_wheel $@

0 commit comments

Comments
 (0)