mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
ef91c7bcd8
`newsboat` contains quite a bit of C++ code built by custom Makefile. `rust` code and tests already get build in parallel. The change enables build parallelism for custom Makefile as well. The effect on my machine is 78% build time reduction (4.5x speedup): Before the change: $ time nix build -f. newsboat --rebuild real 6m20,904s user 0m0,345s sys 0m0,167s After the change: $ time nix build -f. newsboat ... real 1m23,592s user 0m0,277s sys 0m0,097s |
||
---|---|---|
.. | ||
canto-curses | ||
canto-daemon | ||
castget | ||
fluent-reader | ||
gnome-feeds | ||
goeland | ||
indigenous-desktop | ||
newsboat | ||
newsflash | ||
photon | ||
rss2email | ||
rssguard | ||
rsstail | ||
tuifeed | ||
yarr |