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

Commit a5d1543

Browse files
committed
prepend to CFLAGS rather than overrid
1 parent 49e2382 commit a5d1543

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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"
4+
CFLAGS="-std=c99 -fno-strict-aliasing $CFLAGS"

env_vars_32.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ OPENBLAS_VERSION="v0.3.7"
66
MACOSX_DEPLOYMENT_TARGET=10.9
77
# Causes failure for pre-1.19 in np.reciprocal
88
# CFLAGS="-msse2 -std=c99 -fno-strict-aliasing"
9-
CFLAGS="-std=c99 -fno-strict-aliasing"
9+
CFLAGS="-std=c99 -fno-strict-aliasing $CFLAGS"

0 commit comments

Comments
 (0)