mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366636
@ -32,4 +32,6 @@ SUBDIR+= xray-profiling
|
||||
|
||||
SUBDIR+= profile
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user