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++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

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