chore(meson): back to c11
This commit is contained in:
@@ -2,7 +2,7 @@ project(
|
||||
'cws',
|
||||
'c',
|
||||
version: '0.1.0',
|
||||
default_options: ['c_std=c18', 'warning_level=3'],
|
||||
default_options: ['c_std=c11', 'warning_level=3'],
|
||||
)
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
Reference in New Issue
Block a user