jemalloc: pass `--enable-valgrind` when valgrind is enabled

This commit is contained in:
Tamir Duberstein 2015-11-02 10:39:46 -05:00
parent 08efcee858
commit 008f9d5822
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ endif
ifdef CFG_ENABLE_VALGRIND
$(info cfg: enabling valgrind (CFG_ENABLE_VALGRIND))
CFG_JEMALLOC_FLAGS += --enable-valgrind
else
CFG_VALGRIND :=
endif