mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add flags to help with valgrind on glib
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18493 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
49a9fb8bc9
commit
fce8b781d1
@ -7,6 +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
|
||||
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