HomeFreeBSD

Enable SUBDIR_PARELLEL in lib/libclang_rt

Description

Enable SUBDIR_PARELLEL in lib/libclang_rt

I noticed that this part of the build was taking much longer than
expected. Turns out it's due to not running the subdirs in parallel.
Reduces make all inside lib/libclang_rt time from 63s to 20s with -j32.

Reviewed By: dim
Differential Revision: https://reviews.freebsd.org/D26623

Details

Provenance
arichardsonAuthored on
Reviewer
dim
Differential Revision
D26623: Enable SUBDIR_PARELLEL in lib/libclang_rt
Parents
rS366635: Fix build with -DBOOTSTRAP_ALL_TOOLS
Branches
Unknown
Tags
Unknown