makefile - Tips to make builds faster -



makefile - Tips to make builds faster -

is there way create software builds / compilation faster ? have build tree c, c++ using makefile takes close 2hrs fresh builds. came across few commercial solutions electricaccelerator, sparkbuild, there opensource equivalent ?

you may want @ distcc, ccache and, of course, -j create option.

build makefile gnu-make

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - cuda, pycuda -- how to write complex numbers -- errors:class "cuComplex" has no member "i" -

How do I check if an insert was successful with MySQLdb in Python? -