From 22780fe647bc3ded986b258b77635b5dfd97273d Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 23 Jan 2017 18:11:52 -0500 Subject: [PATCH] jjb: lttng-tools: Handle debug_rcu conf value Signed-off-by: Jonathan Rajotte --- scripts/lttng-tools/build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/lttng-tools/build.sh b/scripts/lttng-tools/build.sh index ad695d2..0a65418 100755 --- a/scripts/lttng-tools/build.sh +++ b/scripts/lttng-tools/build.sh @@ -227,6 +227,11 @@ relayd-only) CONF_OPTS="--disable-bin-lttng --disable-bin-lttng-consumerd --disable-bin-lttng-crash --disable-bin-lttng-sessiond --disable-extras --disable-man-pages $NO_UST" ;; +debug-rcu) + echo "Enable RCU sanity checks for debugging" + CPPFLAGS="${CPPFLAGS:-} -DDEBUG_RCU" + ;; + *) echo "Standard build" CONF_OPTS="" -- 2.34.1