diff options
Diffstat (limited to 'etc/sh/rc')
-rw-r--r-- | etc/sh/rc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -136,17 +136,16 @@ export CCFLAGS=' -Wall -Wextra -Wpedantic - -Wconversion -Wshadow -Wundef - -Wdouble-promotion -Wvla + -Wmissing-prototypes ' CCFLAGS="$(printf '%s\n' "$CCFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" export LLDFLAGS='' export LDFLAGS="$LLDFLAGS -static" export CFLAGS="$CCFLAGS" -export CCFLAGS="$CCFLAGS -Wmissing-prototypes" +export CCFLAGS="$CCFLAGS -Wconversion -Wdouble-promotion" export YFLAGS='-Wother' export GOCFLAGS="-I $PREFIX/lib/go -N" export GOLDFLAGS="-L $PREFIX/lib/go" |