aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sh/rc')
-rw-r--r--etc/sh/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index a2d801d..c9ae6cc 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -144,12 +144,12 @@ export CCFLAGS='
-Wundef
-Wdouble-promotion
-fsanitize=undefined
- -fsanitize-trap
+ -fsanitize-trap=all
-Werror
-Wvla
'
CCFLAGS="$(printf '%s\n' "$CCFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')"
-LLDFLAGS='-static'
+LLDFLAGS='-static -fsanitize=undefined'
export LDFLAGS="$LLDFLAGS"
export CFLAGS="$CCFLAGS"
export LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS=1