diff options
| author | 2020-11-15 19:47:11 -0600 | |
|---|---|---|
| committer | 2020-11-15 19:47:11 -0600 | |
| commit | 3f7cdcb6a74019645439fcf9ab7d775ba9351280 (patch) | |
| tree | 2273d1e3413926220614e09464152b993b9a501e /meson_options.txt | |
| parent | Fix EPOLL implementation. (diff) | |
Add meson test build for epoll.
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 96710cfe..05e032ea 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -17,6 +17,7 @@ option('processes', type : 'boolean', value : true) option('umask', type : 'boolean', value : true) option('realpath', type : 'boolean', value : true) option('simple_getline', type : 'boolean', value : false) +option('epoll', type : 'boolean', value : false) option('recursion_guard', type : 'integer', min : 10, max : 8000, value : 1024) option('max_proto_depth', type : 'integer', min : 10, max : 8000, value : 200) |
