Commit 574d1e47 authored by pennae's avatar pennae Committed by Emily Trau
Browse files

avrlibc: enable parallel builds

this cuts about 80% off the build time with no apparent negative effects.
parent 48d38a83
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
  stripDebugList = [ "bin" ];
  dontPatchELF = true;

  enableParallelBuilding = true;

  passthru = {
    incdir = "/avr/include";
  };