From c668ad3fabda9aef137d1d40328ae8157d9059f7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 12 Jan 2024 08:53:26 -0300 Subject: etc/sh/rc: Refine $CFLAGS --- etc/sh/rc | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3