Noticed when trying to pass custom optimization flags, and hence setting buildtype to plain, that warnings for different levels were not passed to compiler. This was a bit confusing since mesonconf still displayed "warning_level=3" and -Werror was passed correctly due to "werror=true". So this change aligns warning_level behavior with werror. That is, heed what is in project() in meson.build but user can still override if necessary.pull/404/head
parent
d95a108503
commit
47db4e3d53
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue