1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-14 17:29:55 +00:00

Update debug meson options.

This commit is contained in:
Calvin Rose 2024-02-01 19:17:23 -06:00
parent bebb635d4f
commit 3fd70f0951

View File

@ -17,8 +17,8 @@ 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('kqueue', type : 'boolean', value : false)
option('epoll', type : 'boolean', value : true)
option('kqueue', type : 'boolean', value : true)
option('interpreter_interrupt', type : 'boolean', value : true)
option('ffi', type : 'boolean', value : true)
option('ffi_jit', type : 'boolean', value : true)