projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
620761f
)
MINOR: Makefile: add MEMORY_POOLS to the list of DEBUG_xxx options
author
William Lallemand
<wlallemand@haproxy.org>
Wed, 29 Sep 2021 14:03:35 +0000
(16:03 +0200)
committer
William Lallemand
<wlallemand@haproxy.org>
Wed, 29 Sep 2021 14:55:39 +0000
(16:55 +0200)
Add the DEBUG_MEMORY_POOLS option to the list of DEBUG_xxx options in
the Makefile.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
10c49fa
..
998a17d
100644
(file)
--- 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