mold: set enableParallelBuilding = true
This commit is contained in:
parent
b755af85fc
commit
baf11b26b2
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ zlib openssl ];
|
||||
nativeBuildInputs = [ autoPatchelfHook cmake xxHash ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
dontUseCmakeConfigure = true;
|
||||
EXTRA_LDFLAGS = "-fuse-ld=${llvmPackages_latest.lld}/bin/ld.lld";
|
||||
LTO = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user