Le 29/11/2015 17:17, Richard Heck a écrit :
I use ccache to accelerate the recompilation between checkouts, it works well if you have some spare hard disk space.Never heard of that. I'm not sure I want to use it for all compilations, though. I'd like to be able to use it just for LyX. But that looks difficult.
In Debian/Ubuntu, you could do something like: export CXX="ccache g++" before running configure, or: export PATH="/usr/lib/ccache/:$PATH" before compilation. (not tested)