From e08b0a4ff5fad54f1b3eb9141072480f17d68b67 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Sun, 23 Oct 2022 22:05:20 -0700 Subject: [PATCH] move ccache location --- {.config/ccache => .ccache}/ccache.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {.config/ccache => .ccache}/ccache.conf (71%) diff --git a/.config/ccache/ccache.conf b/.ccache/ccache.conf similarity index 71% rename from .config/ccache/ccache.conf rename to .ccache/ccache.conf index 7f52d2e..d55f54d 100644 --- a/.config/ccache/ccache.conf +++ b/.ccache/ccache.conf @@ -1,4 +1,4 @@ cache_dir = /mnt/ccache -compression_level = 10 +compression_level = 1 max_size = 100G compression = true