]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: pools: make DEBUG_MEMORY_POOLS=1 the default option
authorWilly Tarreau <w@1wt.eu>
Wed, 10 Apr 2024 07:20:19 +0000 (09:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Apr 2024 15:25:45 +0000 (17:25 +0200)
commit772f9a5874dfc3aa35d189aeed3220fe8220bd65
treec6db3b6eaf4542aa040f39b2685eead7f33accff
parentb70981532a517cf5845bf1e96a8eaefaa0e1a2eb
BUILD: pools: make DEBUG_MEMORY_POOLS=1 the default option

This option has been set by default for a very long time and also
complicates the manipulation of the DEBUG variable. Let's make it
the official default and permit to unset it by setting it to zero.
The other pool-related DEBUG options were adjusted to also explicitly
check for the zero value for consistency.
INSTALL
Makefile
include/haproxy/defaults.h
src/pool.c