cc65: enable parallel building

master
Ben Siraphob 2021-06-07 21:13:21 +07:00
parent 1e1e19b6c7
commit 22ab1a4a00
1 changed files with 2 additions and 0 deletions

View File

@ -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";