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.
This commit is contained in:
William Lallemand 2021-09-29 16:03:35 +02:00
parent 620761f934
commit dbee2e57fd

View File

@ -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