mirror of
https://github.com/systemd/systemd.git
synced 2025-01-24 06:04:05 +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:
parent
1392b9fad2
commit
ad723ca3e5
@ -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