mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-30 11:11:05 -04:00
Merge branch 'c23' into 'main'
build: use C23/C11 if available See merge request wayland/wayland!403
This commit is contained in:
commit
0ffee2a2b8
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ project(
|
||||||
default_options: [
|
default_options: [
|
||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
'c_std=c99',
|
'c_std=' + (meson.version().version_compare('>=1.3.0') ? 'c23,c11,c99' : 'c99'),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue