From ad723ca3e5bd41d2d884760375534910bb55d9b3 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 3 Aug 2024 20:10:54 +0200 Subject: meson: Use -fstrict-flex-arrays=3 Let's explicitly pass the value to -fstrict-flex-arrays. This does not change behavior but it does (selfishly) make my error not bug out with an error saying -fstrict-flex-arrays does not exist. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 45030d29b0..c0eb6ca437 100644 --- a/meson.build +++ b/meson.build @@ -411,7 +411,7 @@ possible_common_cc_flags = [ '-fno-common', '-fstack-protector', '-fstack-protector-strong', - '-fstrict-flex-arrays', + '-fstrict-flex-arrays=3', '--param=ssp-buffer-size=4', ] -- cgit v1.2.3