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

Commit 5a3c93e

Browse files
committed
Update multibuild
1 parent db2510b commit 5a3c93e

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)