avrlibc: enable parallel builds

this cuts about 80% off the build time with no apparent negative effects.
This commit is contained in:
pennae
2023-12-03 21:44:27 +11:00
committed by Emily Trau
parent 48d38a834f
commit 574d1e47ea
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
stripDebugList = [ "bin" ];
dontPatchELF = true;
enableParallelBuilding = true;
passthru = {
incdir = "/avr/include";
};