diff --git a/configure.ac b/configure.ac index e2bfb98da2..d49f167162 100644 --- a/configure.ac +++ b/configure.ac @@ -361,8 +361,8 @@ case "$build_profile" in with_max_log_level="" have_stringshare_usage="yes" want_valgrind="no" # TODO: "yes" is not working: relocation R_X86_64_32S against `vgPlain_interim_stack' can not be used when making a shared object; recompile with -fPIC - want_debug_malloc="no" - want_debug_threads="no" + want_debug_malloc="yes" + want_debug_threads="yes" ;; release)