From d0939cdceaddeaa8a376039138844aaf15106158 Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Mon, 21 Apr 2014 15:42:04 -0700 Subject: [PATCH] Single-threaded asan_crash_test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3a972287..80b819304 100644 --- a/Makefile +++ b/Makefile @@ -210,7 +210,7 @@ asan_check: asan_crash_test: $(MAKE) clean - COMPILE_WITH_ASAN=1 $(MAKE) crash_test -j32 + COMPILE_WITH_ASAN=1 $(MAKE) crash_test $(MAKE) clean valgrind_check: all $(PROGRAMS) $(TESTS) -- GitLab