diff options
| author | 2019-06-24 09:40:19 -0400 | |
|---|---|---|
| committer | 2019-06-24 09:40:19 -0400 | |
| commit | 8d1e6ddffc734055b2a912c18c71523a89870c01 (patch) | |
| tree | 881c5794fc462dc208666547b99d7febe43b4c41 /meson_options.txt | |
| parent | Address #129. (diff) | |
Add reduced_os option functionality.
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 3388cd9e..ba917145 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -5,7 +5,7 @@ option('nanbox', type : 'boolean', value : true) option('dynamic_modules', type : 'boolean', value : true) option('docstrings', type : 'boolean', value : true) option('sourcemaps', type : 'boolean', value : true) -option('reduced_os', type : 'boolean', value : true) +option('reduced_os', type : 'boolean', value : false) option('assembler', type : 'boolean', value : true) option('peg', type : 'boolean', value : true) option('typed_array', type : 'boolean', value : true) |
