From: Willy Tarreau Date: Sat, 4 Jul 2020 10:43:46 +0000 (+0200) Subject: CLEANUP: makefile: update the outdated list of DEBUG_xxx options X-Git-Tag: v2.2.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c442b08b3bd45174fe36246781b571b2134847c;p=thirdparty%2Fhaproxy.git CLEANUP: makefile: update the outdated list of DEBUG_xxx options A few options didn't exist anymore (FSM, HASH) and quite a few ones were added since last update (MEM_STATS, DONT_SHARE_POOLS, NO_LOCKLESS_POOLS, NO_LOCAL_POOLS, FAIL_ALLOC, STRICT_NOCRASH, HPACK. --- diff --git a/Makefile b/Makefile index 7582a88f69..300d9a0c04 100644 --- a/Makefile +++ b/Makefile @@ -211,10 +211,13 @@ SMALL_OPTS = #### Debug settings # You can enable debugging on specific code parts by setting DEBUG=-DDEBUG_xxx. -# Currently defined DEBUG macros include DEBUG_FULL, DEBUG_MEMORY, DEBUG_FSM, -# DEBUG_HASH, DEBUG_AUTH, DEBUG_SPOE, DEBUG_UAF and DEBUG_THREAD, DEBUG_STRICT, -# DEBUG_DEV, DEBUG_FD. Please check sources for exact meaning or do not use at -# all. +# Use quotes and spaces if multiple options are needed (the DEBUG variables is +# passed as-is to CFLAGS). Please check sources for their exact meaning or do +# not use them at all. Some even more obscure ones might also be available +# without appearing here. Currently defined DEBUG macros include DEBUG_FULL, +# DEBUG_MEM_STATS, DEBUG_DONT_SHARE_POOLS, DEBUG_NO_LOCKLESS_POOLS, DEBUG_FD, +# DEBUG_NO_LOCAL_POOLS, DEBUG_FAIL_ALLOC, DEBUG_STRICT_NOCRASH, DEBUG_HPACK, +# DEBUG_AUTH, DEBUG_SPOE, DEBUG_UAF, DEBUG_THREAD, DEBUG_STRICT, DEBUG_DEV. DEBUG = #### Trace options