[gnome-builder] valgrind: use always-malloc and run with -vvvv -s
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] valgrind: use always-malloc and run with -vvvv -s
- Date: Wed, 6 May 2015 06:25:06 +0000 (UTC)
commit 422aca82bb46ae1195581388a927c9d48c128b78
Author: Christian Hergert <christian hergert me>
Date: Tue May 5 22:58:36 2015 -0700
valgrind: use always-malloc and run with -vvvv -s
Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 5b7835e..236d23c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,6 +81,7 @@ debug:
valgrind:
GI_TYPELIB_PATH=libide \
G_DEBUG=fatal-criticals \
- $(LIBTOOL) --mode=execute valgrind src/gnome-builder
+ G_SLICE=always-malloc \
+ $(LIBTOOL) --mode=execute valgrind src/gnome-builder -vvvv -s
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]