From 169c5c08b0b2632023d614616e8cf5d72e39dedf Mon Sep 17 00:00:00 2001 From: jzhou Date: Sat, 14 Mar 2009 00:39:27 +0000 Subject: [PATCH] add -abcclose into buildscript --- Robust/src/buildscript | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Robust/src/buildscript b/Robust/src/buildscript index 9e0c9b07..3eaa02dc 100755 --- a/Robust/src/buildscript +++ b/Robust/src/buildscript @@ -29,6 +29,7 @@ echo "-useprofile use profiling data for scheduling (should be used together wit echo -threadsimulate generate multi-thread simulate version binary echo -printscheduling print out scheduling graphs echo -printschedulesim print out scheduling simulator result graphs +echo -abcclose close the array boundary check echo -optional enable optional echo -debug generate debug symbols echo -prefetch do prefetch analysis @@ -191,6 +192,9 @@ INTERRUPTFLAG=true elif [[ $1 = '-threadsimulate' ]] then THREADSIMULATEFLAG=true +elif [[ $1 = '-abcclose' ]] +then +JAVAOPTS="$JAVAOPTS -abcclose" elif [[ $1 = '-optional' ]] then JAVAOPTS="$JAVAOPTS -optional" -- 2.34.1