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: [email protected]
Signed-off-by: Thomas Monjalon <[email protected]>
---
.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