diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index fa1730ecb7..4d5c81dce6 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -166,3 +166,7 @@ $(objpfx)libmemusage.so: $(libdl) # Extra dependencies $(foreach o,$(all-object-suffixes),$(objpfx)malloc$(o)): arena.c hooks.c + +# Compile the tests with a flag which suppresses the mallopt call in +# the test skeleton. +$(tests:%=$(objpfx)%.o): CPPFLAGS += -DTEST_NO_MALLOPT |