meson.build: Enable more warnings

This commit is contained in:
Konrad Dybcio
2024-04-09 12:49:35 +02:00
parent dedf29cd9f
commit 60df9896b4

View File

@@ -5,7 +5,7 @@ project('qrtr',
license : [ 'BSD-3-Clause'],
meson_version : '>= 0.64.0', # for feature user options
default_options : [
# 'warning_level=2', # sets -Wextra
'warning_level=1',
'buildtype=release',
])