diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sh/rc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -130,23 +130,24 @@ VGFLAGS="$(printf '%s\n' "$VGFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" export FUZZSEC=0.1 export CC=gcc export CCFLAGS=' + -g -fPIC -std=c17 -Wall -Wextra -Wpedantic - -Wfatal-errors -Wconversion -Wshadow -Wundef -Wdouble-promotion -Werror -Wvla + -fmax-errors=10 ' CCFLAGS="$(printf '%s\n' "$CCFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" export LLDFLAGS='' export LDFLAGS="$LLDFLAGS -static" -export CFLAGS="$CCFLAGS -g" +export CFLAGS="$CCFLAGS" export YFLAGS='-Wother' export GOCFLAGS="-I $PREFIX/lib/go -N" export GOLDFLAGS="-L $PREFIX/lib/go" |