diff options
author | Mathieu Duponchelle <mathieu@centricular.com> | 2020-06-02 23:29:33 +0200 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2020-06-16 13:45:40 -0400 |
commit | 20709af4d2a2f7f4ece3ecd3a9c65da3075be891 (patch) | |
tree | 6049dc6e0d08d558330885dbb2d773cc7a27fd83 /docs/markdown/Builtin-options.md | |
parent | f40e1567f5b38000b47bfbdf307f843c07645f19 (diff) | |
download | meson-20709af4d2a2f7f4ece3ecd3a9c65da3075be891.zip meson-20709af4d2a2f7f4ece3ecd3a9c65da3075be891.tar.gz meson-20709af4d2a2f7f4ece3ecd3a9c65da3075be891.tar.bz2 |
interpreter: add support for --force-fallback-for
This new command line option allows specifying dependencies for
which to force fallback.
See the documentation for more information
Fixes: #7218
Diffstat (limited to 'docs/markdown/Builtin-options.md')
-rw-r--r-- | docs/markdown/Builtin-options.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index 0fa127a..e7101d5 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -79,6 +79,7 @@ for details. | warning_level {0, 1, 2, 3} | 1 | Set the warning level. From 0 = none to 3 = highest | no | | werror | false | Treat warnings as errors | no | | wrap_mode {default, nofallback,<br>nodownload, forcefallback} | default | Wrap mode to use | no | +| force_fallback_for | [] | Force fallback for those dependencies | no | <a name="build-type-options"></a> For setting optimization levels and toggling debug, you can either set the |