Home
last modified time | relevance | path

Searched hist:"18 de62a94a6ef397d43060d1e370ef0aaeeaba16" (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/
H A DMakefilediff 18de62a94a6ef397d43060d1e370ef0aaeeaba16 Wed Aug 26 11:19:49 CEST 2020 Alex Richardson <arichardson@FreeBSD.org> Move libsqlite3 to the top of the SUBDIR list

In parallel builds, this should allow sqlite to start building earlier and
increase parallelism when building lib/. Looking at htop output during
buildworld/tinderbox, there are long phases where only one CPU is active
optimizing the massive sqlite3.c file since the build of libsqlite3 is
started quite late.

Reviewed By: emaste
Differential Revision: https://reviews.freebsd.org/D26169