]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: Makefile: remove outdated support for dlmalloc
authorWilly Tarreau <w@1wt.eu>
Wed, 27 Mar 2019 13:20:43 +0000 (14:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 27 Mar 2019 13:30:15 +0000 (14:30 +0100)
commitc3643517f3319a274ba83784a7cb8dc4e8d2ddd2
tree7dd93b5a697270d0f2e478979d217864f95a47af
parent9fc5cc609da2a33aa78a355368c7e798c9bd6211
BUILD: Makefile: remove outdated support for dlmalloc

dlmalloc has remained unused for quite a while now, in part because it
is not thread-safe and in part because it has been superseded by the
much better and faster jemalloc. So let's simplify the makefile and
remove entries related to this library.
INSTALL
Makefile