aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-11-14 00:34:38 -0300
committerEuAndreh <eu@euandre.org>2024-11-14 00:34:38 -0300
commit8b544fd896a0f0ffd83085e085cd6617c455ffa8 (patch)
tree0b93733d5b2a824fed1787de0dff0e4c871155bc /etc/sh/rc
parentetc/sh/rc: Replace -fPIE with -fPIC in $CFLAGS (diff)
downloaddotfiles-8b544fd896a0f0ffd83085e085cd6617c455ffa8.tar.gz
dotfiles-8b544fd896a0f0ffd83085e085cd6617c455ffa8.tar.xz
etc/sh/rc: Add -N to GOCFLAGS
Diffstat (limited to 'etc/sh/rc')
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index cdd4ec5..7f7a8f0 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -150,7 +150,7 @@ export LLDFLAGS=''
export LDFLAGS="$LLDFLAGS -static"
export CFLAGS="$CCFLAGS -g"
export YFLAGS='-Wother'
-export GOCFLAGS="-I $PREFIX/lib/go"
+export GOCFLAGS="-I $PREFIX/lib/go -N"
export GOLDFLAGS="-L $PREFIX/lib/go"
export LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS=1
export LEIN_HOME="$XDG_CONFIG_HOME"/leiningen