diff options
| author | EuAndreh <eu@euandre.org> | 2025-10-18 14:22:32 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-10-18 14:22:32 -0300 |
| commit | 2d5771eafa388ae0ccda8a98bf08e86afb7215ea (patch) | |
| tree | d3efb1bf30f58b61f2b2f1fa2ac32b3bdff305fc /etc/sh/rc | |
| parent | etc/guix/channels.scm: Use literal channel for new guix repo (diff) | |
| download | dotfiles-2d5771eafa388ae0ccda8a98bf08e86afb7215ea.tar.gz dotfiles-2d5771eafa388ae0ccda8a98bf08e86afb7215ea.tar.xz | |
etc/sh/rc: Evolve $CCFLAGS
Diffstat (limited to 'etc/sh/rc')
| -rw-r--r-- | etc/sh/rc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |
