postfix: enable parallel builds
On my 16-core machine the build times change as: - Before: 40s - After: 14s
This commit is contained in:
@@ -84,6 +84,8 @@ in stdenv.mkDerivation rec {
|
||||
make makefiles CCARGS='${ccargs}' AUXLIBS='${auxlibs}'
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
NIX_LDFLAGS = lib.optionalString withLDAP "-llber";
|
||||
|
||||
installTargets = [ "non-interactive-package" ];
|
||||
|
||||
Reference in New Issue
Block a user