summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPeter Xu2018-04-25 04:54:59 +0200
committerPaolo Bonzini2018-06-28 19:05:32 +0200
commit1fcc6d42e78c5fbccef63f47a380361ee81d344a (patch)
tree54641b4bfcb53ebe96f52e2612fb9420d2cb7dd9 /configure
parentQemuMutex: support --enable-debug-mutex (diff)
downloadqemu-1fcc6d42e78c5fbccef63f47a380361ee81d344a.tar.gz
qemu-1fcc6d42e78c5fbccef63f47a380361ee81d344a.tar.xz
qemu-1fcc6d42e78c5fbccef63f47a380361ee81d344a.zip
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 3f53aa76fd..ca7de4f55f 100755
--- a/configure
+++ b/configure
@@ -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"