From bb25ee7b2682c514fd89e1aef51fc6ca338e582d Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Wed, 13 Mar 2024 09:01:11 +0100 Subject: [PATCH] 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. --- .github/matrix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/matrix.py b/.github/matrix.py index 1ad9534bd8..6e1b4c388d 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -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", -- 2.47.3