]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: makefile: update the outdated list of DEBUG_xxx options
authorWilly Tarreau <w@1wt.eu>
Sat, 4 Jul 2020 10:43:46 +0000 (12:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 4 Jul 2020 10:43:46 +0000 (12:43 +0200)
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.

Makefile

index 7582a88f69f828450073422e02eedabf8950eef6..300d9a0c04b40fa4b3ba50464e68992fe5dac0ee 100644 (file)
--- 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