From 9b722520a90925b0bfa6dc0ecc479749fd789ee1 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Thu, 30 Apr 2026 17:24:55 +0200 Subject: [PATCH] CI: github: add DEBUG_STRICT=2 to ASAN jobs Add an DEBUG_STRICT=2 option to the ASAN jobs in order to trigger the BUG_ON_HOT() conditions. --- .github/matrix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/matrix.py b/.github/matrix.py index b5eec8b5d..2d1dfe241 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -207,6 +207,7 @@ def main(ref_name): 'OPT_CFLAGS="-O1"', "USE_ZLIB=1", "USE_OT=1", + "DEBUG=-DDEBUG_STRICT=2", "OT_INC=${HOME}/opt-ot/include", "OT_LIB=${HOME}/opt-ot/lib", "OT_RUNPATH=1",