A program to distribute builds of C, C++, Objective C or Objective C++ code across several machines on a network https://github.com/distcc/distcc
Go to file
2024-01-05 21:49:14 +01:00
distcc-3.1-gcc-4.8.patch python 2.7 mass rebuild [release 3.1-3mamba;Sun Jun 02 2013] 2024-01-05 21:49:13 +01:00
distcc-initscript python 2.7 mass rebuild [release 3.1-3mamba;Sun Jun 02 2013] 2024-01-05 21:49:13 +01:00
distcc-logrotate python 2.7 mass rebuild [release 3.1-3mamba;Sun Jun 02 2013] 2024-01-05 21:49:13 +01:00
distcc-profile python 2.7 mass rebuild [release 3.1-3mamba;Sun Jun 02 2013] 2024-01-05 21:49:13 +01:00
distcc-sysconfig python 2.7 mass rebuild [release 3.1-3mamba;Sun Jun 02 2013] 2024-01-05 21:49:13 +01:00
distcc-sysusers.conf automatic version update by autodist [release 3.3.5-1mamba;Fri Jan 15 2021] 2024-01-05 21:49:14 +01:00
distcc.spec fix and update service and configuration files; create %_libdir/distcc folder with symlinks [release 3.4-2mamba;Sun Dec 10 2023] 2024-01-05 21:49:14 +01:00
distccd.service automatic version update by autodist [release 3.3.5-1mamba;Fri Jan 15 2021] 2024-01-05 21:49:14 +01:00
README.md python 2.7 mass rebuild [release 3.1-3mamba;Sun Jun 02 2013] 2024-01-05 21:49:13 +01:00

distcc

distcc is a program to distribute builds of C, C++, Objective C or Objective C++ code across several machines on a network. distcc should always generate the same results as a local build, is simple to install and use, and is often two or more times faster than a local compile. distcc does not require all machines to share a filesystem, have synchronized clocks, or to have the same libraries or header files installed. They can even have different processors or operating systems, if cross-compilers are installed.