Comment on C++ Compilation SpeedparentComments−randombit16yDon't forget ccache - storing the cache on a fast disk, it can easily speed up a build by 10x.
Comments
Don't forget ccache - storing the cache on a fast disk, it can easily speed up a build by 10x.