Skip to content

Commit

Permalink
meson: default to werror false
Browse files Browse the repository at this point in the history
To make it less annoying to work with, werror can be enabled in the CI system
  • Loading branch information
perigoso authored and rg-silva committed Jul 28, 2023
1 parent adc4c0e commit 427f27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ project('Black Magic Debug', 'c',
'debug=true',
# 'warning_level=3',
'warning_level=2',
'werror=true',
],
'werror=false',
],
meson_version: '>= 0.58.0',
subproject_dir: 'lib',
)
Expand Down

0 comments on commit 427f27c

Please sign in to comment.