From f478b068f7354fc70c57227c59810a7e54d863b5 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Thu, 6 Dec 2012 22:30:45 -0800 Subject: [PATCH] Do not "highly recommend" ccache ccache has a history of causing strange problems, and Gentoo recommends disabling it before reporting bugs. As such, we shouldn't highly recommend it. See http://en.gentoo-wiki.com/wiki/Ccache#Caveats Suggested-and-Acked-by: Rick "Zero_Chaos" Farina --- files/catalyst.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/catalyst.conf b/files/catalyst.conf index ea74eb16..e2def664 100644 --- a/files/catalyst.conf +++ b/files/catalyst.conf @@ -49,7 +49,7 @@ hash_function="crc32" # the -a option to the catalyst cmdline. -p will clear the autoresume flags # as well as your pkgcache and kerncache # ( This option is not fully tested, bug reports welcome ) -# ccache = enables build time ccache support (highly recommended) +# ccache = enables build time ccache support # distcc = enable distcc support for building. You have to set distcc_hosts in # your spec file. # icecream = enables icecream compiler cluster support for building -- 2.26.2