From: Rick Farina (Zero_Chaos) Date: Fri, 7 Dec 2012 06:30:45 +0000 (-0800) Subject: Do not "highly recommend" ccache X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f478b068f7354fc70c57227c59810a7e54d863b5;p=catalyst.git 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 --- 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