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

Commit

Permalink
Merge pull request #86 from mattip/append-flags
Browse files Browse the repository at this point in the history
Append flags
  • Loading branch information
charris authored May 6, 2020
2 parents 34c2cda + 83df1e9 commit 1c7c0dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions env_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
OPENBLAS_VERSION="v0.3.7"
MACOSX_DEPLOYMENT_TARGET=10.9
CFLAGS="-std=c99 -fno-strict-aliasing"
LDFLAGS="-Wl,--strip-debug"
1 change: 1 addition & 0 deletions env_vars_32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ MACOSX_DEPLOYMENT_TARGET=10.9
# Causes failure for pre-1.19 in np.reciprocal
# CFLAGS="-msse2 -std=c99 -fno-strict-aliasing"
CFLAGS="-std=c99 -fno-strict-aliasing"
LDFLAGS="-Wl,--strip-debug"

0 comments on commit 1c7c0dd

Please sign in to comment.