summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-18 09:46:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-18 10:12:26 +0000
commitf833bb15c17c8576b381d01652c6ca336d627de6 (patch)
treec31cb05e78ec1ff8a80dd810d0b36fa7ae83643e /solenv
parentFix ./configure on 32bit Windows. (diff)
downloadcore-f833bb15c17c8576b381d01652c6ca336d627de6.tar.gz
core-f833bb15c17c8576b381d01652c6ca336d627de6.zip
tweak G_SLICE to canonical always-malloc
Diffstat (limited to 'solenv')
-rw-r--r--solenv/inc/settings.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/settings.mk b/solenv/inc/settings.mk
index b2bcd30458aa..2d39af7319e7 100644
--- a/solenv/inc/settings.mk
+++ b/solenv/inc/settings.mk
@@ -1037,7 +1037,7 @@ GDBTRACE=gdb -nx --command=$(SOLARENV)/bin/gdbtrycatchtrace --args
#set.
.IF "$(VALGRIND)" != ""
VALGRINDTOOL=valgrind --tool=$(VALGRIND) --leak-check=yes
-G_SLICE*:=malloc
+G_SLICE*:=always-malloc
.EXPORT : G_SLICE
.ENDIF