mirror of
https://github.com/janet-lang/janet
synced 2025-01-18 03:12:51 +00:00
Update debug meson options.
This commit is contained in:
parent
bebb635d4f
commit
3fd70f0951
@ -17,8 +17,8 @@ option('processes', type : 'boolean', value : true)
|
|||||||
option('umask', type : 'boolean', value : true)
|
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 : true)
|
||||||
option('kqueue', type : 'boolean', value : false)
|
option('kqueue', type : 'boolean', value : true)
|
||||||
option('interpreter_interrupt', type : 'boolean', value : true)
|
option('interpreter_interrupt', type : 'boolean', value : true)
|
||||||
option('ffi', type : 'boolean', value : true)
|
option('ffi', type : 'boolean', value : true)
|
||||||
option('ffi_jit', type : 'boolean', value : true)
|
option('ffi_jit', type : 'boolean', value : true)
|
||||||
|
Loading…
Reference in New Issue
Block a user