aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-04-05 16:25:44 -0700
committerJason Evans <jasone@canonware.com>2016-05-13 09:56:18 -0700
commit9a8add1510456464bc496320990ec234798bd381 (patch)
treef5c9c5d990982e55a84c192687c8ce50234bad1e /Makefile.in
parenta397045323d743a787c7efff17c0619dcf25f0b4 (diff)
downloadplatform_external_jemalloc_new-9a8add1510456464bc496320990ec234798bd381.tar.gz
platform_external_jemalloc_new-9a8add1510456464bc496320990ec234798bd381.tar.bz2
platform_external_jemalloc_new-9a8add1510456464bc496320990ec234798bd381.zip
Remove Valgrind support.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 652f01f2..34facf43 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,7 +49,6 @@ cfgoutputs_out := @cfgoutputs_out@
enable_autogen := @enable_autogen@
enable_code_coverage := @enable_code_coverage@
enable_prof := @enable_prof@
-enable_valgrind := @enable_valgrind@
enable_zone_allocator := @enable_zone_allocator@
MALLOC_CONF := @JEMALLOC_CPREFIX@MALLOC_CONF
DSO_LDFLAGS = @DSO_LDFLAGS@
@@ -104,9 +103,6 @@ C_SRCS := $(srcroot)src/jemalloc.c \
$(srcroot)src/tsd.c \
$(srcroot)src/util.c \
$(srcroot)src/witness.c
-ifeq ($(enable_valgrind), 1)
-C_SRCS += $(srcroot)src/valgrind.c
-endif
ifeq ($(enable_zone_allocator), 1)
C_SRCS += $(srcroot)src/zone.c
endif