From 58aec6b1c6b5d0c7813f1a423fe25b19293985ac Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 7 Jan 2013 08:24:14 +0000 Subject: [PATCH] valgrind off by default on all profiles. SVN revision: 82331 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ca5bb8c658..b50f116e07 100644 --- a/configure.ac +++ b/configure.ac @@ -708,7 +708,7 @@ case "${build_profile}" in dev) with_max_log_level="" have_stringshare_usage="no" - want_valgrind="yes" + want_valgrind="no" want_debug_malloc="no" want_debug_threads="no" want_default_mempool="no" @@ -717,7 +717,7 @@ case "${build_profile}" in debug) with_max_log_level="" have_stringshare_usage="yes" - want_valgrind="yes" + want_valgrind="no" want_debug_malloc="yes" want_debug_threads="yes" want_default_mempool="yes"