diff --git a/meson.build b/meson.build index 5d49ca6489..dec46c4971 100644 --- a/meson.build +++ b/meson.build @@ -409,9 +409,6 @@ cc_flags += [ # but need to rewrite various areas of code first '-Wno-format-truncation', - # This should be < 256 really. Currently we're down to 4096, - # but using 1024 bytes sized buffers (mostly for virStrerror) - # stops us from going down further '-Wframe-larger-than=4096', # extra special flags