mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
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:
parent
3788fe1d85
commit
b0cec2e9ab
@ -72,6 +72,8 @@ stdenv.mkDerivation {
|
||||
"zerocallusedregs"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs =
|
||||
[
|
||||
llvmPackages.libllvm
|
||||
|
Loading…
Reference in New Issue
Block a user