mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
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
This commit is contained in:
parent
e5ccad508b
commit
cf084e9e92
1 changed files with 2 additions and 0 deletions
|
|
@ -32,4 +32,6 @@ SUBDIR+= xray-profiling
|
|||
|
||||
SUBDIR+= profile
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue