aboutsummaryrefslogtreecommitdiff
path: root/meson.options
diff options
context:
space:
mode:
Diffstat (limited to 'meson.options')
-rw-r--r--meson.options6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson.options b/meson.options
new file mode 100644
index 000000000..e243307e1
--- /dev/null
+++ b/meson.options
@@ -0,0 +1,6 @@
1# Build options
2option('monolith', type : 'boolean', value : true, description: 'Build a single, monolithic libgnunet shlib')
3option('testbed', type : 'boolean', value : false, description: 'Build the testbed')
4option('experimental', type : 'boolean', value : false, description: 'Build experimental components')
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)')
6