2 tips to make your C++ projects compile 3 times faster

1 · Red Hat · May 15, 2019, 10 a.m.
In this article, I will demonstrate how to speed up your compilation times by distributing compilation load using a distcc server container.  Specifically, I’ll show how to set up and use containers running a distcc server to distribute the compilation load over a heterogeneous cluster of nodes (development laptop, old desktop PC, and a Mac). […] The post 2 tips to make your C++ projects compile 3 times faster appeared first on Red Hat Developer Blog....