Get back to '-werror' with warnings at level 3

Closes: #1735
This commit is contained in:
Emmanuel Fleury 2021-09-27 14:43:00 +02:00
parent b09ccc4635
commit b5dade12c9

View File

@ -4,7 +4,7 @@ project('glib', 'c', 'cpp',
meson_version : '>= 0.52.0',
default_options : [
'buildtype=debugoptimized',
'warning_level=1',
'warning_level=3',
'c_std=gnu99'
]
)