1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-26 08:55:40 +03:00

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.
This commit is contained in:
Daan De Meyer 2024-08-03 20:10:54 +02:00 committed by Yu Watanabe
parent 1392b9fad2
commit ad723ca3e5

View File

@ -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',
]