[PATCH v4 09/11] ci: fix debug build type

Thomas Monjalon thomas at monjalon.net
Thu Feb 5 22:27:41 CET 2026


The debug build type was overridden by defining it to
debugoptimized after debug was chosen based on an environment variable.

Fixes: 918b6674b841 ("build: support Undefined Behavior Sanitizer")
Cc: stable at dpdk.org

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 .ci/linux-build.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh
index 084d9642fc..aac0bd3dc5 100755
--- a/.ci/linux-build.sh
+++ b/.ci/linux-build.sh
@@ -128,7 +128,6 @@ else
 fi
 OPTS="$OPTS -Dlibdir=lib"
 
-buildtype=debugoptimized
 sanitizer=
 if [ "$ASAN" = "true" ]; then
     sanitizer=${sanitizer:+$sanitizer,}address
-- 
2.52.0



More information about the dev mailing list