mirror of
https://github.com/mii443/qemu.git
synced 2025-12-06 12:38:24 +00:00
configure: enable debug-mutex if debug enabled
Reviewed-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Peter Xu <peterx@redhat.com> Message-Id: <20180425025459.5258-5-peterx@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -1042,6 +1042,7 @@ for opt do
|
|||||||
--enable-debug)
|
--enable-debug)
|
||||||
# Enable debugging options that aren't excessively noisy
|
# Enable debugging options that aren't excessively noisy
|
||||||
debug_tcg="yes"
|
debug_tcg="yes"
|
||||||
|
debug_mutex="yes"
|
||||||
debug="yes"
|
debug="yes"
|
||||||
strip_opt="no"
|
strip_opt="no"
|
||||||
fortify_source="no"
|
fortify_source="no"
|
||||||
|
|||||||
Reference in New Issue
Block a user