aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-01-12 08:53:26 -0300
committerEuAndreh <eu@euandre.org>2024-01-12 08:53:26 -0300
commitc668ad3fabda9aef137d1d40328ae8157d9059f7 (patch)
treed35406a52f3fc4492a2bdf8adf9c0a7dce881cc7
parentetc/guix/home.scm: Remove entr(1) and ranger(1) packages (diff)
downloaddotfiles-c668ad3fabda9aef137d1d40328ae8157d9059f7.tar.gz
dotfiles-c668ad3fabda9aef137d1d40328ae8157d9059f7.tar.xz
etc/sh/rc: Refine $CFLAGS
-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