diff options
-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 |