jjb: Make system tests mainline jobs track Linus' tree instead of stable
[lttng-ci.git] / scripts / lttng-tools / build.sh
index ad695d24263f1bd1dee265225caa77fb2f2f86d8..0a65418a574b4436b81c15d48f40a22c529e665a 100755 (executable)
@@ -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=""
This page took 0.023865 seconds and 4 git commands to generate.