From ee1f60cd0b966bb1672d94cf243991073c89b28d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 3 Jul 2024 16:09:21 -0300 Subject: etc/sh/rc: Remove -fsanitize=undefined fro $CFLAGS and $LDFLAGS --- etc/sh/rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc/sh') 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 -- cgit v1.2.3