From: Mathieu Desnoyers Date: Mon, 6 Apr 2009 20:41:20 +0000 (-0400) Subject: Use more standard flags X-Git-Tag: v0.1~261 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=5791dd3e6fd6d4be9fcacc347b70de17b967ca74 Use more standard flags Signed-off-by: Mathieu Desnoyers --- diff --git a/formal-model/ooomem-double-update/Makefile b/formal-model/ooomem-double-update/Makefile index 09107bc..37422b5 100644 --- a/formal-model/ooomem-double-update/Makefile +++ b/formal-model/ooomem-double-update/Makefile @@ -17,7 +17,8 @@ # Authors: Mathieu Desnoyers #CFLAGS=-DSAFETY -CFLAGS=-DHASH64 -DREACH +#CFLAGS=-DHASH64 -DREACH +CFLAGS=-DHASH64 #try pan -i to get the smallest trace. @@ -44,7 +45,7 @@ asserts: clean rm -f .input.spin.trail spin -a -X .input.spin gcc -w ${CFLAGS} -DSAFETY -o pan pan.c - ./pan -i -v -c1 -X -m10000 -w19 + ./pan -v -c1 -X -m10000 -w19 cp .input.spin $@.spin.input -cp .input.spin.trail $@.spin.input.trail @@ -73,7 +74,7 @@ read_order_ltl: spin -f "!(`cat read_order.ltl | grep -v ^//`)" >> pan.ltl run: pan - ./pan -a -i -v -c1 -X -m10000 -w19 + ./pan -a -v -c1 -X -m10000 -w19 pan: pan.c gcc -w ${CFLAGS} -o pan pan.c