From: Michael Tremer Date: Fri, 17 Jul 2009 10:56:08 +0000 (+0200) Subject: Make an option to disable the ccache. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bb21d11d37b1ed654b83e8b9d446a65c5cdd418;p=ipfire-3.x.git Make an option to disable the ccache. --- diff --git a/.config-default b/.config-default index 3227faa0f..ec9f7ba96 100644 --- a/.config-default +++ b/.config-default @@ -116,6 +116,15 @@ #ICECC_SCHEDULER="minerva.ipfire.org" #ICECC_PREFERRED_HOST="..." +############################################################################### +# Ccache Config # +############################################################################### +# You may disable the ccache. Set CCACHE=off to do this. # +# THIS IS NOT RECOMMENDED AND ONLY FOR TESTING PURPOSES. # +############################################################################### + +#CCACHE=on + ############################################################################### # Mail # ###############################################################################