From: Peter Xu Date: Wed, 25 Apr 2018 02:54:59 +0000 (+0800) Subject: configure: enable debug-mutex if debug enabled X-Git-Tag: qemu-xen-4.12.0-rc1~126^2~46 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1fcc6d42e78c5fbccef63f47a380361ee81d344a;p=qemu-xen.git configure: enable debug-mutex if debug enabled Reviewed-by: Emilio G. Cota Signed-off-by: Peter Xu Message-Id: <20180425025459.5258-5-peterx@redhat.com> Signed-off-by: Paolo Bonzini --- 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"