From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBAac-00009s-U8 for qemu-devel@nongnu.org; Tue, 24 Apr 2018 22:55:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBAaZ-0000G1-T5 for qemu-devel@nongnu.org; Tue, 24 Apr 2018 22:55:26 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:55836 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fBAaZ-0000Fk-Kq for qemu-devel@nongnu.org; Tue, 24 Apr 2018 22:55:23 -0400 From: Peter Xu Date: Wed, 25 Apr 2018 10:54:59 +0800 Message-Id: <20180425025459.5258-5-peterx@redhat.com> In-Reply-To: <20180425025459.5258-1-peterx@redhat.com> References: <20180425025459.5258-1-peterx@redhat.com> Subject: [Qemu-devel] [PATCH v6 4/4] configure: enable debug-mutex if debug enabled List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Fam Zheng , Stefan Hajnoczi , "Emilio G . Cota" , peterx@redhat.com Reviewed-by: Emilio G. Cota Signed-off-by: Peter Xu --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index a80af735b2..87453edd88 100755 --- a/configure +++ b/configure @@ -1005,6 +1005,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" -- 2.14.3