mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 07:22:43 +01:00
Now that we have applied the [1] patch, the diff is much nicer and less noisy. [1]: https://www.github.com/mesonbuild/meson/pull/14861
7 lines
158 B
Meson
7 lines
158 B
Meson
# vim: filetype=meson
|
|
|
|
option(
|
|
'cpuid',
|
|
type : 'feature',
|
|
description : 'determine microarchitecture levels with libcpuid (only relevant on x86_64)',
|
|
)
|