meson.build: default to warning_level=3
Enables `-Wpedantic`.
This commit is contained in:
@@ -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+',
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user