From 8abff87099450c3793274a7e3c13a713f4a31887 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 22 Feb 2016 15:40:21 -0800 Subject: 2684 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 5dd114c2..6d2f1554 100644 --- a/makefile +++ b/makefile @@ -50,7 +50,7 @@ test: autogenerated_lists mu_bin core.mu ./mu_bin test valgrind: autogenerated_lists mu_bin core.mu - valgrind --leak-check=yes -q --error-exitcode=1 ./mu_bin test + valgrind --leak-check=yes --num-callers=40 -q --error-exitcode=1 ./mu_bin test clena: clean clean: -- cgit 1.4.1-2-gfad0