[docs] Reordered options and fixed a typo [skip ci]

pull/3582/merge
TheQwertiest 6 years ago committed by Jussi Pakkanen
parent 67ca2d5bdc
commit 52fa6152cd
  1. 4
      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

Loading…
Cancel
Save