mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Need to export the variables for glib to see them
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18504 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
645c4e48c1
commit
dbeee382fe
@ -7,8 +7,8 @@ TOP_SRC_DIR="@-TOP_SRC_DIR-@"
|
||||
# Other potentially useful options, particularly for valgrind-2.x:
|
||||
# --tool=memcheck --trace-children=yes
|
||||
#
|
||||
G_SLICE=always-malloc
|
||||
G_DEBUG=gc-friendly
|
||||
export G_SLICE=always-malloc
|
||||
export G_DEBUG=gc-friendly
|
||||
exec valgrind -v \
|
||||
--suppressions=${TOP_SRC_DIR}/src/valgrind-gnucash.supp \
|
||||
--suppressions=${TOP_SRC_DIR}/src/valgrind-glib.supp \
|
||||
|
Loading…
Reference in New Issue
Block a user