blob: 626f75610499b3a576d975addf9be4f8070a720e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- ccache.yo.orig 2004/09/10 05:05:14 1.26
+++ ccache.yo 2005/11/24 21:54:09 1.27
@@ -203,6 +203,11 @@
strike problems with gdb not using the correct directory then enable
this option.
+dit(bf(CCACHE_HASH_COMPILER)) This tells ccache to hash binary of the
+compiler instead of hashing just its size and mtime. This is very
+slightly slower, but makes copes better with compiler upgrades during
+a build bootstrapping process.
+
dit(bf(CCACHE_UNIFY)) If you set the environment variable CCACHE_UNIFY
then ccache will use the C/C++ unifier when hashing the pre-processor
output if -g is not used in the compile. The unifier is slower than a
|