llvm: mark as big-parallel
Big parallel jobs get many more (45) aarch64 cores than standard builds.
This commit is contained in:
parent
066b7073b4
commit
49551b6feb
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ in stdenv.mkDerivation (rec {
|
|||
|
||||
passthru.src = src;
|
||||
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
meta = {
|
||||
description = "Collection of modular and reusable compiler and toolchain technologies";
|
||||
homepage = http://llvm.org/;
|
||||
|
|
Loading…
Reference in a new issue