mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
build: move --disable-debug-info to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user