Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 378085 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/Makefile (+2 lines)
Lines 35-46 else Link Here
35
endif
35
endif
36
36
37
ifeq ($(USE_TCMALLOC),yes)
37
ifeq ($(USE_TCMALLOC),yes)
38
  USE_JEMALLOC=no
38
  ALLOC_DEP=
39
  ALLOC_DEP=
39
  ALLOC_LINK=-ltcmalloc
40
  ALLOC_LINK=-ltcmalloc
40
  ALLOC_FLAGS=-DUSE_TCMALLOC
41
  ALLOC_FLAGS=-DUSE_TCMALLOC
41
endif
42
endif
42
43
43
ifeq ($(USE_TCMALLOC_MINIMAL),yes)
44
ifeq ($(USE_TCMALLOC_MINIMAL),yes)
45
  USE_JEMALLOC=no
44
  ALLOC_DEP=
46
  ALLOC_DEP=
45
  ALLOC_LINK=-ltcmalloc_minimal
47
  ALLOC_LINK=-ltcmalloc_minimal
46
  ALLOC_FLAGS=-DUSE_TCMALLOC
48
  ALLOC_FLAGS=-DUSE_TCMALLOC

Return to bug 378085