build: move --disable-debug-info to meson

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2023-05-11 09:38:53 +02:00
parent 13f60de816
commit c0e705c680
3 changed files with 5 additions and 5 deletions

View file

@ -36,6 +36,7 @@ OPTION_NAMES = {
"b_coverage": "gcov",
"b_lto": "lto",
"coroutine_backend": "with-coroutine",
"debug": "debug-info",
"malloc": "enable-malloc",
"pkgversion": "with-pkgversion",
"qemu_firmwarepath": "firmwarepath",
@ -47,6 +48,7 @@ BUILTIN_OPTIONS = {
"b_coverage",
"b_lto",
"datadir",
"debug",
"includedir",
"libdir",
"libexecdir",