diff options
-rw-r--r-- | etc/sh/rc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |