babeltrace: enable dev mode by default for BT 2.0 builds
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 5 Jun 2019 14:32:11 +0000 (10:32 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 5 Jun 2019 14:32:11 +0000 (10:32 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/babeltrace/build.sh

index 58991010e7fd707c74950f89a0e9a90f0e4837c6..8ef400830a81dc640b948d3658f928508561053b 100755 (executable)
@@ -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
This page took 0.022993 seconds and 4 git commands to generate.