meson.build: remove werror=true

This commit is contained in:
Johan Malm 2020-08-18 20:16:05 +01:00
parent fd20570861
commit 7610063b46

View file

@ -5,7 +5,6 @@ project(
default_options: [
'c_std=c11',
'warning_level=2',
'werror=true',
],
)