[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: meson: do not build monolith by default
From: |
Admin |
Subject: |
[gnunet] branch master updated: meson: do not build monolith by default |
Date: |
Fri, 14 Feb 2025 17:16:20 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 66052d618 meson: do not build monolith by default
66052d618 is described below
commit 66052d6186b1bbac51a8ab76519cebf5c8eee188
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Feb 14 17:16:17 2025 +0100
meson: do not build monolith by default
---
meson.options | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.options b/meson.options
index cbcbdb52c..b89cc205e 100644
--- a/meson.options
+++ b/meson.options
@@ -1,5 +1,5 @@
# Build options
-option('monolith', type : 'boolean', value : true, description: 'Build a
single, monolithic libgnunet shlib')
+option('monolith', type : 'boolean', value : false, description: 'Build a
single, monolithic libgnunet shlib')
option('testbed', type : 'boolean', value : false, description: 'Build the
testbed')
option('exclude-manpages', type : 'boolean', value : false, description: 'Do
not install manpages')
option('experimental', type : 'boolean', value : false, description: 'Build
experimental components')
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: meson: do not build monolith by default,
Admin <=