cc65: enable parallel building

launchpad/nixpkgs/master
Ben Siraphob 3 years ago
parent 1e1e19b6c7
commit 22ab1a4a00
  1. 2
      pkgs/development/compilers/cc65/default.nix

@ -13,6 +13,8 @@ gccStdenv.mkDerivation rec {
makeFlags = [ "PREFIX=${placeholder "out"}" ];
enableParallelBuilding = true;
meta = with lib; {
homepage = "https://cc65.github.io/";
description = "C compiler for processors of 6502 family";

Loading…
Cancel
Save