xapian: enable parallel building
Cuts build time from 17 minutes down to 5 minutes on an Intel i7-8700k.
This commit is contained in:
parent
f4361bb102
commit
66eb1ebea9
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ let
|
|||
buildInputs = [ libuuid zlib ];
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
env.AUTOMATED_TESTING = true; # https://trac.xapian.org/changeset/8be35f5e1/git
|
||||
|
||||
|
|
Loading…
Reference in a new issue