projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba59fb7
)
configure: enable debug-mutex if debug enabled
author
Peter Xu
<peterx@redhat.com>
Wed, 25 Apr 2018 02:54:59 +0000
(10:54 +0800)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 28 Jun 2018 17:05:32 +0000
(19:05 +0200)
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>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 3f53aa76fdb9bbb4d965598ce22c2f4f7691b408..ca7de4f55fc8f9018dde551c981e9d73767bfaa9 100755
(executable)
--- 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"