Hacker News new | ask | show | jobs
by actionfromafar 1297 days ago
If you have perfect description of dedepencies, and you develop alone, ccache is not useful.

But how many times have I seen perfect description of deps?

    gcc -o hello hello.c
1 comments

Or if you never switch branches in git, or never rerun configure, never switch between -O0 and -O3, never run make clean, never…