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

Commit 1c7c0dd

Browse files
authored
Merge pull request #86 from mattip/append-flags
Append flags
2 parents 34c2cda + 83df1e9 commit 1c7c0dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

env_vars.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
OPENBLAS_VERSION="v0.3.7"
33
MACOSX_DEPLOYMENT_TARGET=10.9
44
CFLAGS="-std=c99 -fno-strict-aliasing"
5+
LDFLAGS="-Wl,--strip-debug"

env_vars_32.sh

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ MACOSX_DEPLOYMENT_TARGET=10.9
77
# Causes failure for pre-1.19 in np.reciprocal
88
# CFLAGS="-msse2 -std=c99 -fno-strict-aliasing"
99
CFLAGS="-std=c99 -fno-strict-aliasing"
10+
LDFLAGS="-Wl,--strip-debug"

0 commit comments

Comments
 (0)