From 84b69e42099031fa571deffd7da21666d548a32b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 24 Jan 2024 21:51:18 -0300 Subject: etc/sh/rc: Rename $VG_FLAGS to $VGFLAGS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit À la $CFLAGS, $LDFLAGS, etc. --- etc/sh/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') 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 -- cgit v1.2.3