From: William Lallemand Date: Wed, 29 Sep 2021 14:03:35 +0000 (+0200) Subject: MINOR: Makefile: add MEMORY_POOLS to the list of DEBUG_xxx options X-Git-Tag: v2.5-dev9~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbee2e57fd7d78bc8aff2ed18357af9921e31e03;p=thirdparty%2Fhaproxy.git MINOR: Makefile: add MEMORY_POOLS to the list of DEBUG_xxx options Add the DEBUG_MEMORY_POOLS option to the list of DEBUG_xxx options in the Makefile. --- diff --git a/Makefile b/Makefile index 10c49fa7ff..998a17dc3b 100644 --- a/Makefile +++ b/Makefile @@ -232,7 +232,7 @@ SMALL_OPTS = # DEBUG_MEM_STATS, DEBUG_DONT_SHARE_POOLS, DEBUG_FD, # DEBUG_NO_POOLS, DEBUG_FAIL_ALLOC, DEBUG_STRICT_NOCRASH, DEBUG_HPACK, # DEBUG_AUTH, DEBUG_SPOE, DEBUG_UAF, DEBUG_THREAD, DEBUG_STRICT, DEBUG_DEV, -# DEBUG_TASK. +# DEBUG_TASK, DEBUG_MEMORY_POOLS. DEBUG = #### Trace options