Closed GoogleCodeExporter closed 9 years ago
Have you tried setting DISTCC_HOSTS=localhost?
That should have a pretty similar effect, I think.
Original comment by fergus.h...@gmail.com
on 24 Mar 2014 at 3:34
What would happen if compilation fails when DISTCC_HOSTS=localhost? Is that a
special case and handled differently from remote distcc servers (remote builds
that fail will build locally) or would it compile anything that fails twice
locally?
Original comment by jim.k...@simplivt.com
on 12 May 2014 at 8:45
localhost is treated as a special case; distcc knows that this is a local
compilation, and doesn't go through the distributed compilation code paths in
that case.
Original comment by fergus.h...@gmail.com
on 13 May 2014 at 1:42
Original issue reported on code.google.com by
climbera...@gmail.com
on 24 Mar 2014 at 3:28