mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-10-31 15:20:13 +00:00
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>
This commit is contained in:
parent
a5d5091f0e
commit
e3977ad648
@ -3,7 +3,7 @@ project('MangoHud',
|
|||||||
version : 'v0.6.6',
|
version : 'v0.6.6',
|
||||||
license : 'MIT',
|
license : 'MIT',
|
||||||
meson_version: '>=0.54.0',
|
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')
|
cc = meson.get_compiler('c')
|
||||||
|
Loading…
Reference in New Issue
Block a user