Skip to content

Commit 2fa4689

Browse files
committed
No jemalloc/tcmalloc
1 parent 4aa15d4 commit 2fa4689

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

fundamentals3x/GNUmakefile

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PROGRAMS = $(patsubst mb-%.c,membench-%,$(wildcard mb-*.c))
2-
ifeq ($(strip $(shell ld -jemalloc 2>&1 | grep -- -ljemalloc)),)
3-
PROGRAMS += membench-jemalloc
4-
endif
5-
ifneq ($(wildcard /usr/lib/libtcmalloc.so.4),)
6-
PROGRAMS += membench-tcmalloc
7-
endif
2+
#ifeq ($(strip $(shell ld -jemalloc 2>&1 | grep -- -ljemalloc)),)
3+
#PROGRAMS += membench-jemalloc
4+
#endif
5+
#ifneq ($(wildcard /usr/lib/libtcmalloc.so.4),)
6+
#PROGRAMS += membench-tcmalloc
7+
#endif
88
all: $(PROGRAMS)
99

1010
DEFS += -pthread

0 commit comments

Comments
 (0)