From: William Lallemand Date: Wed, 13 Mar 2024 08:01:11 +0000 (+0100) Subject: CI: github: add -DDEBUG_LIST to the default builds X-Git-Tag: v3.0-dev6~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb25ee7b2682c514fd89e1aef51fc6ca338e582d;p=thirdparty%2Fhaproxy.git 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. --- 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",