meson.build: default to warning_level=3
Enables `-Wpedantic`.
This commit is contained in:
parent
5e93e882c9
commit
8fdc6dec44
|
@ -6,7 +6,7 @@ project(
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=c99',
|
'c_std=c99',
|
||||||
'cpp_std=c++17',
|
'cpp_std=c++17',
|
||||||
'warning_level=2',
|
'warning_level=3',
|
||||||
],
|
],
|
||||||
license: 'GPLv2+',
|
license: 'GPLv2+',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue