aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sh/rc')
-rw-r--r--etc/sh/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 98fc72e..69b7c50 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -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