资讯

With another pair of core duo machines at my disposal, I'd love to be able to use all of their processing power combined. Enter distcc. distcc is a program that allows one to distribute the load of ...
Distcc compiler support is focussed upon GCC, but does include support LLVM as well. OS support is primarily aimed at Linux but seems to run just fine on various BSD derivatives and even Cygwin on ...
Distcc is very easy. It can be as little effort as:<BR><BR>DISTCC_HOSTS="host1 host2 host3 host4" make -j32 CC="distcc powerpc-linux-gcc-3.3"<BR><BR>Or whatever the name of the target compiler is ...