From cca3d303023d53b5d0af96751f379b2d0e28cd18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 21 Dec 2016 16:56:05 +0100 Subject: test/core: make core tests asan clean --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Makefile') diff --git a/core/Makefile b/core/Makefile index 6a2d672..d3d0fdd 100644 --- a/core/Makefile +++ b/core/Makefile @@ -30,7 +30,7 @@ array: config.h array.c ../../array.c @${CC} ${CFLAGS} ${CFLAGS_STD} ${CFLAGS_EXTRA} ${filter %.c, $^} ${SRC} ${LDFLAGS} -o $@ debug: clean - $(MAKE) CFLAGS_EXTRA='${CFLAGS_DEBUG}' + $(MAKE) CFLAGS_EXTRA='${CFLAGS_EXTRA} ${CFLAGS_DEBUG}' coverage: clean $(MAKE) CFLAGS_EXTRA='--coverage' -- cgit v1.2.3