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

Commit a51a749

Browse files
committed
use single dash, compitable with clang
1 parent fe8126d commit a51a749

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
@@ -2,7 +2,7 @@
22
OPENBLAS_VERSION="v0.3.7"
33
MACOSX_DEPLOYMENT_TARGET=10.9
44
CFLAGS="-std=c99 -fno-strict-aliasing"
5-
LDFLAGS="-Wl,--strip-debug"
5+
LDFLAGS="-Wl,-strip-debug"
66
# make sure that LDFLAGS is exposed to child processes,
77
# since current version of manybuild only export CFLAGS, CPPFLAGS and FFLAGS
88
export LDFLAGS="$LDFLAGS"

env_vars_32.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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"
10+
LDFLAGS="-Wl,-strip-debug"
1111
# make sure that LDFLAGS is exposed to child processes,
1212
# since current version of manybuild only export CFLAGS, CPPFLAGS and FFLAGS
1313
export LDFLAGS="$LDFLAGS"

0 commit comments

Comments
 (0)