[cfe-dev] Too much time to compile clang. Suggestions for a starter?

Joerg Sonnenberger via cfe-dev cfe-dev at lists.llvm.org
Sat Oct 21 06:20:12 PDT 2017


On Sat, Oct 21, 2017 at 02:30:28PM +0200, Nicolas Lesser via cfe-dev wrote:
> Did you try to run make in parallel using the -j option? That and linking
> with Gold (as Oleksii mentioned) should greatly improve build times.

Especially for incremental builds, ninja tends to be a much better
option.

Joerg



More information about the cfe-dev mailing list