mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-14 04:28:43 -05:00
Merge branch 'c23' into 'main'
build: use C23/C11 if available See merge request wayland/wayland!403
This commit is contained in:
commit
6e78c2e57c
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
Add a link
Reference in a new issue