diff options
| author | 2019-08-19 01:19:51 -0400 | |
|---|---|---|
| committer | 2019-08-19 01:19:51 -0400 | |
| commit | 292be33b9d4f75c5e4da9628234c07d7a5a19774 (patch) | |
| tree | f42ab65b912d11028eee3e29489d9f215f814e7e /meson_options.txt | |
| parent | Add build commit hash to windows build from appveyor. (diff) | |
Fix some stack overflow bugs.
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 afa8f0b9..b63c8ec1 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -14,7 +14,7 @@ option('int_types', type : 'boolean', value : true) option('recursion_guard', type : 'integer', min : 10, max : 8000, value : 1024) option('max_proto_depth', type : 'integer', min : 10, max : 8000, value : 200) option('max_macro_expand', type : 'integer', min : 1, max : 8000, value : 200) -option('stack_max', type : 'integer', min : 8096, max : 1000000000, value : 16384) +option('stack_max', type : 'integer', min : 8096, max : 0x7fffffff, value : 0x7fffffff) option('arch_name', type : 'string', value: '') option('os_name', type : 'string', value: '') |
