# HG changeset patch # User Augie Fackler # Date 1607712051 18000 # Node ID 0593cba244a8b812d6419e8a523e66fb9b3b1cb7 # Parent 7d298a83fceb9e9f8f79d4d48ea5334393ab54bf sccache: embiggen cache diff --git a/.shell.d/99.sccache.sh b/.shell.d/99.sccache.sh --- a/.shell.d/99.sccache.sh +++ b/.shell.d/99.sccache.sh @@ -1,5 +1,5 @@ if which sccache > /dev/null ; then - export SCCACHE_CACHE_SIZE="1G" + export SCCACHE_CACHE_SIZE="4G" export CC='sccache cc' export CXX='sccache c++' export RUSTC_WRAPPER="$(which sccache)"