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

Append flags #86

Merged
merged 3 commits into from
May 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"