mirror of
https://github.com/janet-lang/janet
synced 2024-12-28 09:20:26 +00:00
Merge branch 'bindport'
This commit is contained in:
commit
4d746794cc
@ -18,7 +18,7 @@ option('umask', type : 'boolean', value : true)
|
|||||||
option('realpath', type : 'boolean', value : true)
|
option('realpath', type : 'boolean', value : true)
|
||||||
option('simple_getline', type : 'boolean', value : false)
|
option('simple_getline', type : 'boolean', value : false)
|
||||||
option('epoll', type : 'boolean', value : false)
|
option('epoll', type : 'boolean', value : false)
|
||||||
option('kqueue', type : 'boolen', value : false)
|
option('kqueue', type : 'boolean', value : false)
|
||||||
option('interpreter_interrupt', type : 'boolean', value : false)
|
option('interpreter_interrupt', type : 'boolean', value : false)
|
||||||
|
|
||||||
option('recursion_guard', type : 'integer', min : 10, max : 8000, value : 1024)
|
option('recursion_guard', type : 'integer', min : 10, max : 8000, value : 1024)
|
||||||
|
Loading…
Reference in New Issue
Block a user