increase warning level

This commit is contained in:
Vincent Torri 2021-04-30 13:36:36 +02:00
parent ecd0d26f83
commit a10f433b2d
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
project('entice', 'c',
version : '0.0.1',
license : 'BSD 2 clause',
default_options : [ 'buildtype=plain' ],
default_options : [
'buildtype=plain',
'warning_level=2'
],
meson_version : '>= 0.49',
)