From dbeee382fe6f32782e7df4673017c93bc02bd264 Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Wed, 16 Dec 2009 00:17:30 +0000 Subject: [PATCH] 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 --- src/bin/gnucash-valgrind.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/gnucash-valgrind.in b/src/bin/gnucash-valgrind.in index ca2985761a..b7b1cbdfd0 100644 --- a/src/bin/gnucash-valgrind.in +++ b/src/bin/gnucash-valgrind.in @@ -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 \