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:
parent
18839e1cc1
commit
61e57a827b
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user