mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
build: move --disable-debug-info to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
13f60de816
commit
c0e705c680
3 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue