diff options
author | EuAndreh <eu@euandre.org> | 2024-05-09 14:10:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-05-09 14:10:30 -0300 |
commit | bb328e73f59a4e29419480509be2bfba66ec2acc (patch) | |
tree | 9ae5bdbc67d84ec0c6d3017fceb1b79704b1c082 /etc/sh/rc | |
parent | bin/...: Move utilities to the dedicated "eut" package (diff) | |
download | dotfiles-bb328e73f59a4e29419480509be2bfba66ec2acc.tar.gz dotfiles-bb328e73f59a4e29419480509be2bfba66ec2acc.tar.xz |
etc/sh/rc: export $LDFLAGS
Diffstat (limited to 'etc/sh/rc')
-rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -148,6 +148,8 @@ export CCFLAGS=' -Wvla ' CCFLAGS="$(printf '%s\n' "$CCFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" +LLDFLAGS='-static' +export LDFLAGS="$LLDFLAGS" export CFLAGS="$CCFLAGS" export LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS=1 export LEIN_HOME="$XDG_CONFIG_HOME"/leiningen |