diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index cdde084..7b8e872 100644 --- a/meson.build +++ b/meson.build @@ -34,7 +34,7 @@ if get_option('strict') elif cc.get_id() == 'gcc' c_warnings = [ # '-Waggregate-return', - '-Walloc-size-larger-than=4096', + '-Walloc-size-larger-than=16384', '-Walloc-zero', '-Walloca', '-Wanalyzer-too-complex', |