Mercurial > dotfiles
view .shell.d/99.sccache.sh @ 498:ab38b9bf226d
bootstrap: always install exec-path-from-shell-initialize
Required fixing the melpa URL, which has been broken ~forever.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sat, 03 Oct 2020 11:14:06 -0400 |
parents | b2a3bee0d975 |
children | 0593cba244a8 |
line wrap: on
line source
if which sccache > /dev/null ; then export SCCACHE_CACHE_SIZE="1G" export CC='sccache cc' export CXX='sccache c++' export RUSTC_WRAPPER="$(which sccache)" fi