X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fcommon%2Fscan-build.sh;h=3b14ea7805f5aa8737f4c5d0d6928871cc25347e;hb=fa43a231fd428b7bcfcb4c27801d53eff04fd074;hp=f0819bee5e1e53583274281c761623f3ee131a5b;hpb=ae3ca8a0e72315a894909240d775887ee2fc83c2;p=lttng-ci.git diff --git a/scripts/common/scan-build.sh b/scripts/common/scan-build.sh index f0819be..3b14ea7 100755 --- a/scripts/common/scan-build.sh +++ b/scripts/common/scan-build.sh @@ -41,6 +41,8 @@ SCAN_BUILD_TMPDIR=$( mktemp -d ) case "$PROJECT_NAME" in babeltrace) export BABELTRACE_DEV_MODE=1 + export BABELTRACE_DEBUG_MODE=1 + export BABELTRACE_MINIMAL_LOG_LEVEL=TRACE CONF_OPTS="--enable-python-bindings --enable-python-bindings-doc --enable-python-plugins" BUILD_TYPE="autotools" ;;