From ebb0d5c2152924062903d6a192f1bd5d52181454 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 17 Aug 2003 17:25:41 +0000 Subject: [PATCH] add notes git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9109 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/bin/overrides/gnucash-valgrind | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/bin/overrides/gnucash-valgrind b/src/bin/overrides/gnucash-valgrind index 2e09be9ce7..7966d074c8 100755 --- a/src/bin/overrides/gnucash-valgrind +++ b/src/bin/overrides/gnucash-valgrind @@ -1,4 +1,10 @@ #!/bin/sh +# +# This script runs the version of gnucash in the current build tree +# with the valgrind memory-allocation debugger. This is a slightly +# modified version of the overrides/gnucash shell script (and should +# be kept in sync with that). +# exec ./src/bin/overrides/gnucash-build-env valgrind -v --suppressions=./src/valgrind-gnucash.supp guile -e main -s "$0" "$@" !#