[ccache] ccache doesn't handle .i files
Martin Pool
mbp at samba.org
Tue Jul 22 16:52:30 EST 2003
If I run ccache 2.2 on a .i file, it thinks it's not a C/C++ file and
it doesn't cache it.
This could be naively fixed by updating check_extension(), but it
would be far better for ccache to know that it doesn't need to run cpp
on such files. distcc does so.
In particular this means that if ccache is run by distcc or distccd it
will never hit.
This is not a terribly big deal but might be nice to fix.
--
Martin
More information about the ccache
mailing list