|
|
|
|
|
by BenFrantzDale
1299 days ago
|
|
I basically never `make clean` but ccache is a boon for `git bisect`. In theory bisect takes log time; in practice, without ccache, it’s slower because handwave build time goes by something like the log of the number of commits you jump across. |
|