sdcc: enableParallelBuilding = true

This is quite a large compile; we should use more than one core to do it.
This commit is contained in:
Adam Joseph 2023-04-21 13:51:46 -07:00
parent 2362848adf
commit 67bf779b68

View file

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-tJuuHSO81gV6gsT/5WE/nNDLz9HpQOnYTEv+nfCowFM=";
};
enableParallelBuilding = true;
buildInputs = [ boost gputils texinfo zlib ];
nativeBuildInputs = [ autoconf bison flex ];