mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
add notes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9109 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
84c9566def
commit
ebb0d5c215
@ -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" "$@"
|
||||
!#
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user