From d71f474c0ca5b1e7c75c0610fb7c32f9cb6894d3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 5 Aug 2024 04:57:14 -0300 Subject: etc/sh/rc: Add $YFLAGS, $GOCFLAGS and $GOLDFLAGS --- etc/sh/rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/sh') diff --git a/etc/sh/rc b/etc/sh/rc index 1231fcf..146cec4 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -149,6 +149,9 @@ CCFLAGS="$(printf '%s\n' "$CCFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" export LLDFLAGS='' export LDFLAGS="$LLDFLAGS -static" export CFLAGS="$CCFLAGS -g" +export YFLAGS='-Wother' +export GOCFLAGS="-I $PREFIX/lib/go" +export GOLDFLAGS="-L $PREFIX/lib/go -L $(go env GOTOOLDIR)" export LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS=1 export LEIN_HOME="$XDG_CONFIG_HOME"/leiningen export GUILE_EFFECTIVE_VERSION -- cgit v1.2.3