From: Andrew Tridgell Date: Mon, 1 Apr 2002 00:23:46 +0000 (+0200) Subject: rebuild web page X-Git-Tag: v1.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=386092cfbe723c76bebd22aa98423a252ea695e1;p=thirdparty%2Fccache.git rebuild web page --- diff --git a/web/ccache-man.html b/web/ccache-man.html index 62f7ac041..5905a718f 100644 --- a/web/ccache-man.html +++ b/web/ccache-man.html @@ -113,6 +113,12 @@ ccache itself.

CCACHE_DISABLE
If you set the environment variable CCACHE_DISABLE then ccache will just call the real compiler, bypassing the cache completely. +

CCACHE_NOUNIFY
If you set the environment variable +CCACHE_NOUNIFY then ccache will not use the C/C++ unifier when hashing +the pre-processor output. The unifier is slower than a normal hash, so +setting this environment variable gains a little bit of speed, but it +means that ccache can't take advantage of not recompiling when the +changes to the source code consist of reformatting only.

CACHE SIZE MANAGEMENT