meson: increase the warning_level to 2

The default is 1, which effectively omits -Wextra.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
pull/702/head
Emil Velikov 2 years ago
parent a5d5091f0e
commit e3977ad648

@ -3,7 +3,7 @@ project('MangoHud',
version : 'v0.6.6',
license : 'MIT',
meson_version: '>=0.54.0',
default_options : ['buildtype=release', 'c_std=c99', 'cpp_std=c++14']
default_options : ['buildtype=release', 'c_std=c99', 'cpp_std=c++14', 'warning_level=2']
)
cc = meson.get_compiler('c')

Loading…
Cancel
Save