about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert T. McGibbon <rmcgibbo@gmail.com>2022-01-01 13:21:23 -0500
committerBjørn Forsman <bjorn.forsman@gmail.com>2022-01-16 16:00:11 +0100
commitbaf11b26b230974157e0e5507411661393fd47bc (patch)
tree791bfc758ea9d702a00709ebea6a8f73c1da549c
parentb755af85fc17d0962934019db35488fb6b56dbb1 (diff)
mold: set enableParallelBuilding = true
-rw-r--r--pkgs/development/tools/mold/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/mold/default.nix b/pkgs/development/tools/mold/default.nix
index c275777c12b4f..d0f33d750c237 100644
--- a/pkgs/development/tools/mold/default.nix
+++ b/pkgs/development/tools/mold/default.nix
@@ -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;