changeset 508:0593cba244a8

sccache: embiggen cache
author Augie Fackler <raf@durin42.com>
date Fri, 11 Dec 2020 13:40:51 -0500
parents 7d298a83fceb
children cea9a184de6c
files .shell.d/99.sccache.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)"