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