blob: 3976c26c544eb28cb483e188d37b532a37c950d4 [file] [view]
## `werror=true` now applies to the linker as well
When `werror=true` is set, Meson now passes the appropriate
fatal-warnings flag to the linker (for example `--fatal-warnings`
for GNU ld, `-fatal_warnings` for Apple ld, `/WX` for MSVC link).
Previously, `werror=true` only affected compiler warnings.