1
0
mirror of https://github.com/janet-lang/janet synced 2026-03-09 17:29:48 +00:00

Add meson test build for epoll.

This commit is contained in:
Calvin Rose
2020-11-15 19:47:11 -06:00
parent a25b030e36
commit 3f7cdcb6a7
3 changed files with 16 additions and 0 deletions

View File

@@ -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)