Use more standard flags
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 6 Apr 2009 20:41:20 +0000 (16:41 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 6 Apr 2009 20:41:20 +0000 (16:41 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
formal-model/ooomem-double-update/Makefile

index 09107bcc39f5ff03619e5ea5beb73af205d3e686..37422b523addfe0020c5bb0283e0fb09304d8fd2 100644 (file)
@@ -17,7 +17,8 @@
 # Authors: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
 
 #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
This page took 0.025146 seconds and 4 git commands to generate.