]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Enable SUBDIR_PARELLEL in lib/libclang_rt
authorarichardson <arichardson@FreeBSD.org>
Mon, 12 Oct 2020 10:42:33 +0000 (10:42 +0000)
committerarichardson <arichardson@FreeBSD.org>
Mon, 12 Oct 2020 10:42:33 +0000 (10:42 +0000)
commit3febaf2bcc94a4502c2132fce5a9434264994948
tree38e07d0519053e5f7f4cd1edfc0e83cc501b27c7
parent910d1c654a2822c763be463d6229532f83dcf024
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
lib/libclang_rt/Makefile