diff options
author | Florian Schmaus <flo@geekplace.eu> | 2021-07-26 00:10:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 01:10:58 +0300 |
commit | dbf2ace6ca1ce39aa01497f815b65856079cc581 (patch) | |
tree | b4b9b7cfacc52b3f16f68963d278225c1026cb75 /docs/markdown/snippets | |
parent | bf41d56597349a7047f2034e3e3e00d4502220cc (diff) | |
download | meson-dbf2ace6ca1ce39aa01497f815b65856079cc581.zip meson-dbf2ace6ca1ce39aa01497f815b65856079cc581.tar.gz meson-dbf2ace6ca1ce39aa01497f815b65856079cc581.tar.bz2 |
coredata: throw a MesonException on unknown options
Fixes #7288.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/unknown-options-always-fatal.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/unknown-options-always-fatal.md b/docs/markdown/snippets/unknown-options-always-fatal.md new file mode 100644 index 0000000..ce982c3 --- /dev/null +++ b/docs/markdown/snippets/unknown-options-always-fatal.md @@ -0,0 +1,5 @@ +## Unknown options are now always fatal + +Passing unknown options to "meson setup" or "meson configure" is now +always fatal. That is, Meson will exit with an error code if this +happens. Previous Meson versions only showed a warning message. |