X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fbabeltrace%2Fbuild.sh;h=8ef400830a81dc640b948d3658f928508561053b;hb=11ba7264a3878d5dc2db5d35002b1ef92f3c42ab;hp=58991010e7fd707c74950f89a0e9a90f0e4837c6;hpb=f29ccae140adf508e3dbaa440f370ffcb7ecbd1b;p=lttng-ci.git diff --git a/scripts/babeltrace/build.sh b/scripts/babeltrace/build.sh index 5899101..8ef4008 100755 --- a/scripts/babeltrace/build.sh +++ b/scripts/babeltrace/build.sh @@ -196,6 +196,11 @@ cd "$SRCDIR" # Get source version from configure script eval "$(grep '^PACKAGE_VERSION=' ./configure)" +# Enable dev mode by default for BT 2.0 builds +export BABELTRACE_DEBUG_MODE=1 +export BABELTRACE_DEV_MODE=1 +export BABELTRACE_MINIMAL_LOG_LEVEL=VERBOSE + # Set configure options for each build configuration CONF_OPTS="" case "$conf" in