aboutsummaryrefslogtreecommitdiff
path: root/meson.options
diff options
context:
space:
mode:
Diffstat (limited to 'meson.options')
-rw-r--r--meson.options1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.options b/meson.options
index 0d5b7e325..9959aaedc 100644
--- a/meson.options
+++ b/meson.options
@@ -1,5 +1,6 @@
1# Build options 1# Build options
2option('monolith', type : 'boolean', value : false, description: 'Build a single, monolithic libgnunet shlib') 2option('monolith', type : 'boolean', value : false, description: 'Build a single, monolithic libgnunet shlib')
3option('testbed', type : 'boolean', value : false, description: 'Build the testbed')
3option('experimental', type : 'boolean', value : false, description: 'Build experimental components') 4option('experimental', type : 'boolean', value : false, description: 'Build experimental components')
4option('logging', type : 'string', value: 'yes', description: 'Log setting. Can be set to "yes" (logging, default), "no" (no logging), "verbose" (extra loggin"), veryverbose (even more logging)') 5option('logging', type : 'string', value: 'yes', description: 'Log setting. Can be set to "yes" (logging, default), "no" (no logging), "verbose" (extra loggin"), veryverbose (even more logging)')
5 6