aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
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' ' ')"