mirror of
https://github.com/systemd/systemd.git
synced 2025-03-11 20:58:27 +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. (cherry picked from commit ad723ca3e5bd41d2d884760375534910bb55d9b3)
This commit is contained in:
parent
c3ede0cfe7
commit
2925fc2c6f
@ -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',
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user