nixpkgs/pkgs/development/tools/misc/strace
Philipp Schuster dfcde71216 strace: set enableParallelBuilding = true
This reduces the build time from 55s to 25s on my modern 16-core machine.

The main motivation for this step is that I apply a custom patch onto
strace in my NixOS configuration and the build time is longer than necessary.
The debian package definition shows [0] that strace can be reliably build using
multiple makefile jobs.

[0] 0c56f62207
2024-09-30 10:01:02 +02:00
..
default.nix strace: set enableParallelBuilding = true 2024-09-30 10:01:02 +02:00