From: Jonathan Rajotte Date: Mon, 23 Jan 2017 22:55:01 +0000 (-0500) Subject: jjb: lttng-ust: Handle debug-rcu conf value X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=a76416f21266a959c34c6419bac18d7f2a51afd7;p=lttng-ci.git jjb: lttng-ust: Handle debug-rcu conf value --- 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=""