feat(config): use toml config file
This commit is contained in:
+3
-1
@@ -2,9 +2,11 @@ project(
|
||||
'cws',
|
||||
'c',
|
||||
version: '0.1.0',
|
||||
default_options: ['c_std=c11', 'warning_level=3'],
|
||||
default_options: ['c_std=gnu23', 'warning_level=3'],
|
||||
)
|
||||
|
||||
add_global_arguments('-Wno-pedantic', language: 'c')
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
subdir('src')
|
||||
|
||||
Reference in New Issue
Block a user