aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-01-06 18:19:30 -0300
committerEuAndreh <eu@euandre.org>2024-01-06 18:19:30 -0300
commit42319e44c0694248f933608781497f7b956039d3 (patch)
treee5692c88d40bb7875da082d8423aff2df95707c7 /etc/sh
parentbin/muffle: Add -n option (diff)
downloaddotfiles-42319e44c0694248f933608781497f7b956039d3.tar.gz
dotfiles-42319e44c0694248f933608781497f7b956039d3.tar.xz
etc/sh/rc: Remove extra options from $CFLAGS
Diffstat (limited to 'etc/sh')
-rw-r--r--etc/sh/rc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 3785d30..66f4645 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -137,11 +137,8 @@ export CFLAGS='
-Wfloat-equal
-Wundef
-Wdouble-promotion
- -fno-common
-fsanitize=undefined
-fsanitize-trap
- -O0
- -g
-Werror
'
CFLAGS="$(printf '%s\n' "$CFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')"