]> git.ipfire.org Git - thirdparty/bind9.git/commit
Disable memory debugging features in non-developer build
authorOndřej Surý <ondrej@sury.org>
Fri, 5 Feb 2021 09:25:07 +0000 (10:25 +0100)
committerOndřej Surý <ondrej@sury.org>
Thu, 18 Feb 2021 18:33:54 +0000 (19:33 +0100)
commitf34f943b167573c0829dead547e4faafc5f6e6fc
tree59aef51df2b1a4dabc985a61b6e0a152164761d0
parentc9fe12443f1a7c840ce79c7a7c910e9ef9190e55
Disable memory debugging features in non-developer build

The two memory debugging features: ISC_MEM_DEFAULTFILL
(ISC_MEMFLAG_FILL) and ISC_MEM_TRACKLINES were always enabled in all
builds and the former was only disabled in `named`.

This commits disables those two features in non-developer build to make
the memory allocator significantly faster.
bin/named/main.c
configure.ac
lib/isc/include/isc/mem.h