diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-11-30 22:12:49 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-11-30 22:12:49 +0000 |
| commit | abf784a784c6e9282dbfbe269670da0284556a7d (patch) | |
| tree | fde86bc0c197e0e57a6061af84e6320e9db1f718 /meson.options | |
| parent | 13a6ab5d21888428a13d57fa1ce6f6fdd84ddf14 (diff) | |
| download | gentoo-utils-abf784a784c6e9282dbfbe269670da0284556a7d.tar.gz | |
add some docs
Diffstat (limited to 'meson.options')
| -rw-r--r-- | meson.options | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.options b/meson.options index cf0463a..bc9c8a8 100644 --- a/meson.options +++ b/meson.options @@ -1,2 +1,3 @@ option('fuzz', type: 'feature', value: 'disabled') -option('tests', type: 'feature', value: 'disabled')
\ No newline at end of file +option('tests', type: 'feature', value: 'disabled') +option('docs', type: 'feature', value: 'disabled')
\ No newline at end of file |
