mirror of
https://github.com/janet-lang/janet
synced 2025-09-02 10:58:03 +00:00
Merge branch 'master' into ev
This commit is contained in:
@@ -16,6 +16,7 @@ option('ev', type : 'boolean', value : true)
|
||||
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('recursion_guard', type : 'integer', min : 10, max : 8000, value : 1024)
|
||||
option('max_proto_depth', type : 'integer', min : 10, max : 8000, value : 200)
|
||||
|
Reference in New Issue
Block a user