about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-22 15:40:21 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-22 15:40:21 -0800
commit8abff87099450c3793274a7e3c13a713f4a31887 (patch)
treeb5ef8873d9b81c0bfa00e20bc23b7a80f612fef0
parent964a86f041be135c6ef92b2fb822c951d3d6d415 (diff)
downloadmu-8abff87099450c3793274a7e3c13a713f4a31887.tar.gz
2684
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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: