Closed edolstra closed 10 hours ago
This was lost in the switch to the new build system. -O3 provides around a 10% performance gain compared to -O2, see e.g. nix-env.qaAggressive.time in https://hydra.nixos.org/job/nix/master/metrics.nixpkgs#tabs-charts.
nix-env.qaAggressive.time
In addition, this PR reduces the amount of Meson boilerplate by merging a couple of build-utils-meson subdirs into build-utils-meson/common.
build-utils-meson
build-utils-meson/common
Add :+1: to pull requests you find important.
The Nix maintainer team uses a GitHub project board to schedule and track reviews.
Motivation
This was lost in the switch to the new build system. -O3 provides around a 10% performance gain compared to -O2, see e.g.
nix-env.qaAggressive.time
in https://hydra.nixos.org/job/nix/master/metrics.nixpkgs#tabs-charts.In addition, this PR reduces the amount of Meson boilerplate by merging a couple of
build-utils-meson
subdirs intobuild-utils-meson/common
.Context
Add :+1: to pull requests you find important.
The Nix maintainer team uses a GitHub project board to schedule and track reviews.