icestorm: enableParallelBuilding = true

With the previous PyPy3 change, this reduces the compile time from
~1m30s to roughly 36s (compared to the original, serial, Python 3 build
time of 2:30s).

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2019-01-10 16:08:01 -06:00
parent 18839e1cc1
commit 61e57a827b

View File

@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
buildInputs = [ pythonPkg libftdi ];
makeFlags = [ "PREFIX=$(out)" ];
enableParallelBuilding = true;
# fix icebox_vlog chipdb path. icestorm issue:
# https://github.com/cliffordwolf/icestorm/issues/125
#