mirror of
https://github.com/NixOS/nix.git
synced 2025-12-15 21:41:04 +01:00
the current identified bottlenecks are parseString in derivations.cc and dirOf (because of std::filessystem creation).
9 lines
160 B
Meson
9 lines
160 B
Meson
# vim: filetype=meson
|
|
|
|
option(
|
|
'benchmarks',
|
|
type : 'boolean',
|
|
value : false,
|
|
description : 'Build benchmarks (requires gbenchmark)',
|
|
yield : true,
|
|
)
|