aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-05-12 09:04:38 -0500
committerCalvin Rose <calsrose@gmail.com>2020-05-12 09:04:38 -0500
commit02167a15d14d3a38457589135fe5b1bb6f857fb8 (patch)
treeaf4b133d5da4fcbd34b1e4b4de9bcf61f4256730 /meson_options.txt
parentUpdate README and CHANGELOG. (diff)
Add new Makefile options to meson.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1d0bd77c..bfc8925f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -12,6 +12,9 @@ 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('processes', type : 'boolean', value : true)
+option('umask', type : 'boolean', value : true)
+option('realpath', 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)