This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/33087] Add dependency information to object files and make use of it
- From: "raselmsh at hotmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Aug 2007 11:14:26 -0000
- Subject: [Bug other/33087] Add dependency information to object files and make use of it
- References: <bug-33087-14982@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from raselmsh at hotmail dot com 2007-08-16 11:14 -------
How reliable is ccache? I have tried it (or was it a different C Cache?), but
uninstalled after I found that it caused some compile runs to fail, presumably
after misselecting the object file from the cache.
To clarify the above - by source files, I meant any files needed to produce the
object file, like what gcc outputs if you ask it for the dependencies of a
source file now.
And this would have at least one advantage over ccache - if it were an actual
part of GCC, then it would be possible after the feature became common to
distribute makefiles making use of it. Right now, that would mean requiring
the recipient to install ccache on their machine.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33087