diff options
Diffstat (limited to 'etc/sh/rc')
| -rw-r--r-- | etc/sh/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -115,14 +115,14 @@ export NPROC GUILE_EFFECTIVE_VERSION="$(guile -c '(display (effective-version))')" export MAKEFLAGS="-j $(($(nproc) * 2 + 1))" export GOPATH="$SRC/go" -export VG_FLAGS=' +export VGFLAGS=' --show-error-list=yes --show-leak-kinds=all --leak-check=full --track-origins=yes --error-exitcode=1 ' -VG_FLAGS="$(printf '%s\n' "$VG_FLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" +VGFLAGS="$(printf '%s\n' "$VGFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" export CFLAGS=' -D_POSIX_C_SOURCE=200809L |
