mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
build: Update the default C standard
Request C11 support (with GNU extensions, if available).
This commit is contained in:
parent
c4e9fb9536
commit
a6f9d59107
@ -5,7 +5,7 @@ project('glib', 'c',
|
||||
default_options : [
|
||||
'buildtype=debugoptimized',
|
||||
'warning_level=3',
|
||||
'c_std=gnu99'
|
||||
'c_std=gnu11'
|
||||
]
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user