From 437646b8bf5eed344b4132b96b459a1572f19ce9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 11 Dec 2018 10:35:51 +0100 Subject: add optional malloc tracing --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fbf7735..a1fa924 100644 --- a/Makefile +++ b/Makefile @@ -125,6 +125,11 @@ ifeq (${ostream}, 1) COMMON_FLAGS += -DWITH_OSTREAM endif +ifeq (${trace_malloc}, 1) + CXX_TARGETS += src/lib/mpmalloc.cc + COMMON_FLAGS += -DMULTIPASS_TRACE_MALLOC +endif + include src/arch/${arch}/Makefile.inc stack: default -- cgit v1.2.3