From 2d5771eafa388ae0ccda8a98bf08e86afb7215ea Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 18 Oct 2025 14:22:32 -0300 Subject: etc/sh/rc: Evolve $CCFLAGS --- etc/sh/rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/sh/rc') diff --git a/etc/sh/rc b/etc/sh/rc index 47b8be3..336e5ac 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -132,21 +132,21 @@ export CC=gcc export CCFLAGS=' -g -fPIC - -std=c17 + -std=c99 -Wall -Wextra -Wpedantic - -Wshadow -Wundef -Wvla -Wmissing-prototypes -Wno-pointer-arith + -Wno-psabi ' CCFLAGS="$(printf '%s\n' "$CCFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" export LLDFLAGS='' export LDFLAGS="$LLDFLAGS -static" export CFLAGS="$CCFLAGS" -export CCFLAGS="$CCFLAGS -Wconversion -Wdouble-promotion" +export CCFLAGS="$CCFLAGS -Wconversion -Wdouble-promotion -Wshadow" export YFLAGS='-Wother' export GOCFLAGS="-I $PREFIX/lib/go -N" export GOLDFLAGS="-L $PREFIX/lib/go" -- cgit v1.2.3