Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit dcceacd

Browse files
committed
use --strip-debug
1 parent a5d1543 commit dcceacd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

env_vars.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Environment variables for build
22
OPENBLAS_VERSION="v0.3.7"
33
MACOSX_DEPLOYMENT_TARGET=10.9
4-
CFLAGS="-std=c99 -fno-strict-aliasing $CFLAGS"
4+
CFLAGS="-std=c99 -fno-strict-aliasing -Wl,--strip-debug"

env_vars_32.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ set -x
55
OPENBLAS_VERSION="v0.3.7"
66
MACOSX_DEPLOYMENT_TARGET=10.9
77
# Causes failure for pre-1.19 in np.reciprocal
8-
# CFLAGS="-msse2 -std=c99 -fno-strict-aliasing"
9-
CFLAGS="-std=c99 -fno-strict-aliasing $CFLAGS"
8+
# CFLAGS="-msse2 -std=c99 -fno-strict-aliasing -Wl,--strip-debug"
9+
CFLAGS="-std=c99 -fno-strict-aliasing -Wl,--strip-debug"

0 commit comments

Comments
 (0)