diff options
author | EuAndreh <eu@euandre.org> | 2024-08-05 04:57:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-05 04:57:14 -0300 |
commit | d71f474c0ca5b1e7c75c0610fb7c32f9cb6894d3 (patch) | |
tree | b9de2a98bdc2cf8bf8a44c6fb075e8e9cd98368f /etc/sh/rc | |
parent | etc/guix/system.scm: Remove nginx service (diff) | |
download | dotfiles-d71f474c0ca5b1e7c75c0610fb7c32f9cb6894d3.tar.gz dotfiles-d71f474c0ca5b1e7c75c0610fb7c32f9cb6894d3.tar.xz |
etc/sh/rc: Add $YFLAGS, $GOCFLAGS and $GOLDFLAGS
Diffstat (limited to 'etc/sh/rc')
-rw-r--r-- | etc/sh/rc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |