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 0fc435ec5..0d5b7e325 100644
--- a/meson.options
+++ b/meson.options
@@ -1,4 +1,5 @@
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('experimental', type : 'boolean', value : false, description: 'Build experimental components') 3option('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)')
4 5