diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2023-01-08 09:56:01 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2023-01-08 10:04:44 +0000 |
| commit | ef91c7bcd88b05d9c21916f7df9a4761dc370008 (patch) | |
| tree | 10798e45613898bfca4b49e9a5fdabfcdbfa4452 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 005199faf769e5798f29ed46f57f7d8a6f6af788 (diff) | |
newsboat: run parallel build for 'make' commands
`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
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
