CTSRD-CHERI / cheribsd-ports

FreeBSD ports tree adapted for CheriBSD.
https://CheriBSD.org
Other
5 stars 11 forks source link

devel/distcc: Add a -pump flavor. #159

Closed dstolfa closed 1 month ago

dstolfa commented 1 month ago

By default, distcc does not support preprocessing of headers on remote machines. This can cause bottlenecks when compiling C++ code that makes heavy use of headers for optimization and headers like v8. Add a flavor to distcc that compiles it in pump mode, which allows distcc to offload header processing to remote machines.