aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Builtin-options.md
diff options
context:
space:
mode:
authorTheQwertiest <qwertiest@mail.ru>2019-04-10 01:59:54 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2019-04-10 19:29:25 +0300
commit52fa6152cd07d8325a05dfdd8a2074ad42812152 (patch)
treea7349885c8379f903b6a48fd4406bb066f50eff3 /docs/markdown/Builtin-options.md
parent67ca2d5bdce2d48e569d7bf4ebdbecc9f2e28ebf (diff)
downloadmeson-52fa6152cd07d8325a05dfdd8a2074ad42812152.zip
meson-52fa6152cd07d8325a05dfdd8a2074ad42812152.tar.gz
meson-52fa6152cd07d8325a05dfdd8a2074ad42812152.tar.bz2
[docs] Reordered options and fixed a typo [skip ci]
Diffstat (limited to 'docs/markdown/Builtin-options.md')
-rw-r--r--docs/markdown/Builtin-options.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md
index 4c76445..a9f95e4 100644
--- a/docs/markdown/Builtin-options.md
+++ b/docs/markdown/Builtin-options.md
@@ -69,13 +69,13 @@ They have no effect when the host and build machines are the same.
| install_umask {preserve, 0000-0777} | 022 | Default umask to apply on permissions of installed files | no |
| layout {mirror,flat} | mirror | Build directory layout | no |
| optimization {0, g, 1, 2, 3, s} | 0 | Optimization level | no |
+| pkg_config_path {OS separated path} | '' | Additional paths for pkg-config to search before builtin paths | yes |
| stdsplit | true | Split stdout and stderr in test logs | no |
| strip | false | Strip targets on install | no |
| unity {on, off, subprojects} | off | Unity build | no |
| 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 |
-| pkg_config_path {OS separated path} | '' | Additional paths for pkg-config to search before builtin paths | yes |
+| wrap_mode {default, nofallback,<br>nodownload, forcefallback} | default | Wrap mode to use | no |
## Base options