limine: set enableParallelBuilding true

With `enableAll = true`, this reduces the build time by 50% on my 16 core
machine. 6s instead of 12s.
This commit is contained in:
Philipp Schuster 2024-09-28 14:48:36 +02:00
parent 3788fe1d85
commit b0cec2e9ab

View File

@ -72,6 +72,8 @@ stdenv.mkDerivation {
"zerocallusedregs"
];
enableParallelBuilding = true;
nativeBuildInputs =
[
llvmPackages.libllvm