URCU: add --enable-cds-lfht-iter-debug for debug urcu build where version >= 0.11
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 14 Dec 2018 16:05:52 +0000 (11:05 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 14 Dec 2018 16:07:49 +0000 (11:07 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/liburcu/build.sh

index 23a674d71b27c67f6e86216cef2b424daf5c5242..7afb07f6e4e0d09587759b0ad592ae091fdf58e8 100755 (executable)
@@ -155,6 +155,11 @@ debug-rcu)
     else
        export CFLAGS="$CFLAGS -DDEBUG_RCU"
     fi
+
+    echo "Enable iterator sanity validator"
+    if vergte "$PACKAGE_VERSION" "0.11"; then
+       CONF_OPTS+=" --enable-cds-lfht-iter-debug"
+    fi
     ;;
 
 *)
This page took 0.02421 seconds and 4 git commands to generate.