explicitly specify warnlevel in meson
we can't turn on 2 (or 3...) yet, since the warnings are too many
This commit is contained in:
parent
fca0057334
commit
a2081e6672
|
@ -1,6 +1,8 @@
|
|||
project('octacore', ['cpp'],
|
||||
version: '0.0.1',
|
||||
default_options: ['buildtype=debugoptimized', 'cpp_std=c++17'],
|
||||
default_options: [
|
||||
'buildtype=debugoptimized', 'cpp_std=c++17', 'warning_level=1'
|
||||
],
|
||||
meson_version: '>=0.46'
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue