1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-03 15:18:10 +00:00

Merge branch 'master' into ev

This commit is contained in:
Calvin Rose
2020-07-25 14:07:47 -05:00
8 changed files with 13 additions and 10 deletions

View File

@@ -64,7 +64,7 @@ conf.set('JANET_NO_EV', not get_option('ev'))
conf.set('JANET_REDUCED_OS', get_option('reduced_os'))
conf.set('JANET_NO_TYPED_ARRAY', not get_option('typed_array'))
conf.set('JANET_NO_INT_TYPES', not get_option('int_types'))
conf.set('JANET_NO_PRF', not get_option('prf'))
conf.set('JANET_PRF', get_option('prf'))
conf.set('JANET_RECURSION_GUARD', get_option('recursion_guard'))
conf.set('JANET_MAX_PROTO_DEPTH', get_option('max_proto_depth'))
conf.set('JANET_MAX_MACRO_EXPAND', get_option('max_macro_expand'))