Set default warning level 1 for Meson
This commit is contained in:
parent
9ef889400c
commit
481f7f5b56
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ project('rizin', 'c',
|
|||
default_options: [
|
||||
'buildtype=debugoptimized',
|
||||
'b_vscrt=from_buildtype',
|
||||
'warning_level=1',
|
||||
]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue