From 5791dd3e6fd6d4be9fcacc347b70de17b967ca74 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 6 Apr 2009 16:41:20 -0400 Subject: [PATCH] Use more standard flags Signed-off-by: Mathieu Desnoyers --- formal-model/ooomem-double-update/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.34.1