aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/sh/rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 6dfe692..1231fcf 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -142,12 +142,11 @@ export CCFLAGS='
-Wshadow
-Wundef
-Wdouble-promotion
- -fsanitize=undefined
-Werror
-Wvla
'
CCFLAGS="$(printf '%s\n' "$CCFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')"
-LLDFLAGS='-fsanitize=undefined'
+export LLDFLAGS=''
export LDFLAGS="$LLDFLAGS -static"
export CFLAGS="$CCFLAGS -g"
export LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS=1