mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06: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:
parent
ba59fb778e
commit
1fcc6d42e7
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -1042,6 +1042,7 @@ for opt do
|
|||
--enable-debug)
|
||||
# Enable debugging options that aren't excessively noisy
|
||||
debug_tcg="yes"
|
||||
debug_mutex="yes"
|
||||
debug="yes"
|
||||
strip_opt="no"
|
||||
fortify_source="no"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue