add notes

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9109 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-08-17 17:25:41 +00:00
parent 84c9566def
commit ebb0d5c215

View File

@ -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" "$@"
!#