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:
William Lallemand 2024-03-13 09:01:11 +01:00
parent bbc215d3bd
commit bb25ee7b26
1 changed files with 1 additions and 0 deletions

1
.github/matrix.py vendored
View File

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