]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
radosgw: conditionally link with tcmalloc 21073/head
authorMatt Benjamin <mbenjamin@redhat.com>
Tue, 27 Mar 2018 17:49:53 +0000 (13:49 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Tue, 27 Mar 2018 17:57:26 +0000 (13:57 -0400)
commita1ff63353f613eb80d60f14c0e315b53b142c78c
tree173c806dd7143e6c2e043c961dde1e2190f0d6de
parent303341459d43148e80c352d05b843df3c2831403
radosgw: conditionally link with tcmalloc

The radosgw program should be linked with tcmalloc (or
tcmalloc_minimal) when selected by the build (i.e, whenever other
Ceph daemons such as ceph-osd would be.

Just adding $(LIBTCMALLOC) to the linkage directive is sufficient
to do this.

Fixes: http://tracker.ceph.com/issues/23469
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/Makefile.am