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
Post a Comment