avrlibc: enable parallel builds
this cuts about 80% off the build time with no apparent negative effects.
This commit is contained in:
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
||||
stripDebugList = [ "bin" ];
|
||||
dontPatchELF = true;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru = {
|
||||
incdir = "/avr/include";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user