From 1b31b36589175f34cdd2e105acc286c08aff54c5 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 21 Mar 2016 17:35:18 +0100 Subject: [PATCH] ccache --- shell/ccache | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 shell/ccache diff --git a/shell/ccache b/shell/ccache new file mode 100755 index 0000000..3e2d7be --- /dev/null +++ b/shell/ccache @@ -0,0 +1,2 @@ +export USE_CCACHE=1 +export CCACHE_DIR=$HOME/.local/var/ccache