diff options
author | Jordan Petridis <jpetridis@gnome.org> | 2020-09-08 16:13:07 +0000 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-09-08 18:37:45 +0200 |
commit | 391820da7678d7ee87ac6d1c0a806bbe38002f04 (patch) | |
tree | 36ad069286fe349add1246c6308a88402ae59b72 /meson_options.txt | |
parent | 54e25f23f53af889703dfc50d51a8afeeea8a439 (diff) | |
download | NetworkManager-391820da7678d7ee87ac6d1c0a806bbe38002f04.tar.gz |
meson_options: fix suggested values for more_asserts
meson.build atm only handles, `no/all/int`
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/621
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 5bfa3b151e..8d243974d3 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -63,7 +63,7 @@ option('vapi', type : 'combo', choices : ['auto', 'true', 'false'], description: option('docs', type: 'boolean', value: false, description: 'use to build documentation') option('tests', type: 'combo', choices: ['yes', 'no', 'root'], value: 'yes', description: 'Build NetworkManager tests') option('firewalld_zone', type: 'boolean', value: true, description: 'Install and use firewalld zone for shared mode') -option('more_asserts', type: 'string', value: 'all', description: 'Enable more assertions for debugging (0 = none, 100 = all, default: all)') +option('more_asserts', type: 'string', value: 'all', description: 'Enable more assertions for debugging (0 = no, 100 = all, default: all)') option('more_logging', type: 'boolean', value: true, description: 'Enable more debug logging') option('valgrind', type: 'array', value: ['no'], description: 'Use valgrind to memory-check the tests') option('valgrind_suppressions', type: 'string', value: '', description: 'Use specific valgrind suppression file') |