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