diff options
author | EuAndreh <eu@euandre.org> | 2024-11-14 00:34:38 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-11-14 00:34:38 -0300 |
commit | 8b544fd896a0f0ffd83085e085cd6617c455ffa8 (patch) | |
tree | 0b93733d5b2a824fed1787de0dff0e4c871155bc /etc/sh/rc | |
parent | etc/sh/rc: Replace -fPIE with -fPIC in $CFLAGS (diff) | |
download | dotfiles-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/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |