jjb: lttng-ust: Handle debug-rcu conf value
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 23 Jan 2017 22:55:01 +0000 (17:55 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 25 Jan 2017 21:18:25 +0000 (16:18 -0500)
scripts/lttng-ust/build.sh

index dc44f21342bb04755541f3dcf3dcb4ac72b2aba0..e7a1130d779de6fbd24cf47c64f531fdb67c7d74 100755 (executable)
@@ -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=""
This page took 0.023718 seconds and 4 git commands to generate.