aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/sh/rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index c13d851..2ac08cb 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -127,15 +127,14 @@ VG_FLAGS="$(printf '%s\n' "$VG_FLAGS" | grep . | tr -d '\t' | tr '\n' ' ')"
export CFLAGS='
-D_POSIX_C_SOURCE=200809L
-D_XOPEN_SOURCE=700
+ -g
-std=c99
-Wall
-Wextra
-Wpedantic
-Wfatal-errors
-Wconversion
- -Wvla
-Wshadow
- -Wfloat-equal
-Wundef
-Wdouble-promotion
-fsanitize=undefined