diff options
author | EuAndreh <eu@euandre.org> | 2024-01-12 08:53:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-01-12 08:53:26 -0300 |
commit | c668ad3fabda9aef137d1d40328ae8157d9059f7 (patch) | |
tree | d35406a52f3fc4492a2bdf8adf9c0a7dce881cc7 | |
parent | etc/guix/home.scm: Remove entr(1) and ranger(1) packages (diff) | |
download | dotfiles-c668ad3fabda9aef137d1d40328ae8157d9059f7.tar.gz dotfiles-c668ad3fabda9aef137d1d40328ae8157d9059f7.tar.xz |
etc/sh/rc: Refine $CFLAGS
-rw-r--r-- | etc/sh/rc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |