diff --git a/meson.build b/meson.build index 68bce85b..7aebb903 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ project( default_options: [ 'c_std=c11', 'warning_level=2', - 'werror=true', + 'werror=false', ], )