From 22a961b76a635708458a4798e560e81daf9b57ac Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 11 Nov 2011 02:14:56 +0000 Subject: [PATCH] Remove -v from the preset valgrind flags Verbose output from valgrind is rarely needed and makes it harder to find errors and leaks in the output. When it is needed, it's easier to add it in than to take it out. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25467 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/pre.in b/src/config/pre.in index c40895ef9..139d7a618 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -597,7 +597,7 @@ VALGRIND= # Need absolute paths here because under kshd or ftpd we may run programs # while in other directories. VALGRIND_LOGDIR = `cd $(BUILDTOP)&&pwd` -VALGRIND1 = valgrind --tool=memcheck --log-file=$(VALGRIND_LOGDIR)/vg.%p --trace-children=yes -v --leak-check=yes --suppressions=`cd $(top_srcdir)&&pwd`/util/valgrind-suppressions +VALGRIND1 = valgrind --tool=memcheck --log-file=$(VALGRIND_LOGDIR)/vg.%p --trace-children=yes --leak-check=yes --suppressions=`cd $(top_srcdir)&&pwd`/util/valgrind-suppressions # Set OFFLINE=yes to disable tests that assume network connectivity. # (Specifically, this concerns the ability to fetch DNS data for -- 2.26.2