Set default warning level 1 for Meson

This commit is contained in:
Anton Kochkov 2022-07-06 22:03:37 +08:00 committed by Anton Kochkov
parent 9ef889400c
commit 481f7f5b56

View file

@ -5,6 +5,7 @@ project('rizin', 'c',
default_options: [
'buildtype=debugoptimized',
'b_vscrt=from_buildtype',
'warning_level=1',
]
)