mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-04 22:30:28 -05:00
CI: github: add -DDEBUG_LIST to the default builds
Add the -DDEBUG_LIST flag which allow to check if a list element was removed twice.
This commit is contained in:
parent
bbc215d3bd
commit
bb25ee7b26
1 changed files with 1 additions and 0 deletions
1
.github/matrix.py
vendored
1
.github/matrix.py
vendored
|
|
@ -117,6 +117,7 @@ def main(ref_name):
|
|||
"TARGET": TARGET,
|
||||
"CC": CC,
|
||||
"FLAGS": [
|
||||
'DEBUG_CFLAGS="-DDEBUG_LIST"',
|
||||
"USE_ZLIB=1",
|
||||
"USE_OT=1",
|
||||
"OT_INC=${HOME}/opt-ot/include",
|
||||
|
|
|
|||
Loading…
Reference in a new issue