yrnkrn / zapcc

zapcc is a caching C++ compiler based on clang, designed to perform faster compilations
Other
1.25k stars 61 forks source link

multiple Zapccs #19

Closed lamogui closed 6 years ago

lamogui commented 6 years ago

Should zapcc be used with -j option of make ? It seems it create one zapccs process by zapcc++ process... for instance

make -j8

Create 8 process of zapc++ and 8 process of zapccs, and it seems all the zapccs are aggregating the same things (memory consumed is similar).

yrnkrn commented 6 years ago

This is normal. Different zapccs servers compiles different files.