aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-02-01 20:39:54 -0600
committerCalvin Rose <calsrose@gmail.com>2020-02-01 20:39:54 -0600
commitc0d2140d1441936633a97f312f9d8ae9f683249f (patch)
tree4b691e0c3b87ab6ac6d702a579b76e2cbdb73bad /meson_options.txt
parentFix warnings. (diff)
Begin net/ module in core.
Humble beginnings.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 83bd25a6..1d0bd77c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,6 +11,7 @@ option('peg', type : 'boolean', value : true)
option('typed_array', type : 'boolean', value : true)
option('int_types', type : 'boolean', value : true)
option('prf', type : 'boolean', value : true)
+option('net', type : 'boolean', value : true)
option('recursion_guard', type : 'integer', min : 10, max : 8000, value : 1024)
option('max_proto_depth', type : 'integer', min : 10, max : 8000, value : 200)