mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Change C standard from C17 to c17
This commit is contained in:
committed by
GitHub
parent
6e5149fbe6
commit
dc76c2ea37
@@ -2,7 +2,7 @@ project('zoitechat', 'c',
|
||||
version: '2.17.3',
|
||||
meson_version: '>= 0.47.0',
|
||||
default_options: [
|
||||
'c_std=C17',
|
||||
'c_std=c17',
|
||||
'buildtype=debugoptimized',
|
||||
'warning_level=1',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user