Is there any way to make software builds / compilation faster ? We have a build tree c, c++ using makefile that takes close to 2Hrs for fresh builds. I came across few commercial solutions like ElectricAccelerator, Sparkbuild, are there any opensource equivalent ?
In our company we had lots of product that has longer build time like 3-6 hours.
There are 2 techniques we used.
-j
option of make
You may want to look at distcc, ccache and, of course, -j
make option.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With