diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-12-21 16:56:05 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-12-21 16:56:05 +0100 |
| commit | cca3d303023d53b5d0af96751f379b2d0e28cd18 (patch) | |
| tree | abc9d454a06e9902d4424cebefce0564d864dd0f /core/Makefile | |
| parent | 869152604e454582a5e4a0908d4e7c88125c4e5b (diff) | |
| download | vis-cca3d303023d53b5d0af96751f379b2d0e28cd18.tar.gz vis-cca3d303023d53b5d0af96751f379b2d0e28cd18.tar.xz | |
test/core: make core tests asan clean
Diffstat (limited to 'core/Makefile')
| -rw-r--r-- | core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
