Skip to content

[repare-build-dir] Check for unknown meson options

Florian Schmaus requested to merge flow/emper:check-unknown-meson-options into master

Meson does only emit a warning if unknown options are passed. In our case, this is always something we should take care of, because an option we assumed we configured, had no effect.

See also https://github.com/mesonbuild/meson/pull/8658

Merge request reports