From a76416f21266a959c34c6419bac18d7f2a51afd7 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 23 Jan 2017 17:55:01 -0500 Subject: [PATCH] jjb: lttng-ust: Handle debug-rcu conf value --- scripts/lttng-ust/build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/lttng-ust/build.sh b/scripts/lttng-ust/build.sh index dc44f21..e7a1130 100755 --- a/scripts/lttng-ust/build.sh +++ b/scripts/lttng-ust/build.sh @@ -74,6 +74,11 @@ agents) CONF_OPTS+=" --enable-python-agent" ;; +debug-rcu) + echo "Enable RCU sanity checks for debugging" + CPPFLAGS="${CPPFLAGS:-} -DDEBUG_RCU" + ;; + *) echo "Standard build" CONF_OPTS="" -- 2.34.1