spdk: enable parallel building
This commit is contained in:
parent
fc48d182bc
commit
bdaf195e98
@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
configureFlags = [ "--with-dpdk=${dpdk}" ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-mssse3"; # Necessary to compile.
|
||||
|
Loading…
Reference in New Issue
Block a user