aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2022-04-15 11:24:11 +0200
committerEli Schwartz <eschwartz93@gmail.com>2022-04-27 08:37:31 -0400
commite4d9ba5c9ecca494c028a81730b2c9a753801612 (patch)
tree51bd2194d7a019811ae9014277ab2be855fddc7d /docs
parent8ed151bbd786d2c52e6ea7b7cfe3147fc41ec041 (diff)
downloadmeson-e4d9ba5c9ecca494c028a81730b2c9a753801612.zip
meson-e4d9ba5c9ecca494c028a81730b2c9a753801612.tar.gz
meson-e4d9ba5c9ecca494c028a81730b2c9a753801612.tar.bz2
improve help for -Ddebug
"Debug" is not a very helpful help message. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Builtin-options.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md
index 7688914..c524fe4 100644
--- a/docs/markdown/Builtin-options.md
+++ b/docs/markdown/Builtin-options.md
@@ -74,7 +74,7 @@ machine](#specifying-options-per-machine) section for details.
| auto_features {enabled, disabled, auto} | auto | Override value of all 'auto' features | no | no |
| backend {ninja, vs,<br>vs2010, vs2012, vs2013, vs2015, vs2017, vs2019, vs2022, xcode} | ninja | Backend to use | no | no |
| buildtype {plain, debug,<br>debugoptimized, release, minsize, custom} | debug | Build type to use | no | no |
-| debug | true | Debug | no | no |
+| debug | true | Enable debug symbols and other information | no | no |
| default_library {shared, static, both} | shared | Default library type | no | yes |
| errorlogs | true | Whether to print the logs from failing tests. | no | no |
| install_umask {preserve, 0000-0777} | 022 | Default umask to apply on permissions of installed files | no | no |