about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--examples/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 6bb825f..ee0946a 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -5,6 +5,8 @@ TESTS += gcd
 TESTS += mlc
 TESTS += num
 
+export ASAN_OPTIONS=detect_leaks=0
+
 all: ${TESTS}
 
 .PHONY: ${TESTS}