mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 02:10:09 +01:00
build/meson: build with c_std=gnu11
For autotools, we already updated to C11 (gnu11) with commit
066357aa47 ("build: bump C standard
to (gcc's) C11").
This commit is contained in:
parent
557271fa6a
commit
167142c38e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ project(
|
|||
license: 'GPL2+',
|
||||
default_options: [
|
||||
'buildtype=debugoptimized',
|
||||
'c_std=gnu99',
|
||||
'c_std=gnu11',
|
||||
],
|
||||
meson_version: '>= 0.44.0',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue