mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 06:12:28 +00:00
850ccb72cc
The API docs build is extremely noisy (#11841) and probably not many people care about it anyway. Also, they get rebuild on *every* ninja invocation which is generally a waste of time. Of course, you can still build the docs via `nix build .#nix-{internal,external}-api-docs`, which is pretty fast.
14 lines
319 B
Meson
14 lines
319 B
Meson
# vim: filetype=meson
|
|
|
|
option('doc-gen', type : 'boolean', value : false,
|
|
description : 'Generate documentation',
|
|
)
|
|
|
|
option('unit-tests', type : 'boolean', value : true,
|
|
description : 'Build unit tests',
|
|
)
|
|
|
|
option('bindings', type : 'boolean', value : true,
|
|
description : 'Build language bindings (e.g. Perl)',
|
|
)
|