mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
newlib: enable parallel build
... for massively decreasing the build time. On my laptop, this drops build times from 40s to 10s.
This commit is contained in:
parent
4aa36568d4
commit
e600b8b00b
@ -86,6 +86,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"--enable-newlib-retargetable-locking"
|
||||
]);
|
||||
|
||||
enableParallelBuilding = true;
|
||||
dontDisableStatic = true;
|
||||
|
||||
# apply necessary nano changes from https://developer.arm.com/-/media/Files/downloads/gnu/12.2.rel1/manifest/copy_nano_libraries.sh?rev=4c50be6ccb9c4205a5262a3925317073&hash=1375A7B0A1CD0DB9B9EB0D2B574ADF66
|
||||
|
Loading…
Reference in New Issue
Block a user