add -abcclose into buildscript
authorjzhou <jzhou>
Sat, 14 Mar 2009 00:39:27 +0000 (00:39 +0000)
committerjzhou <jzhou>
Sat, 14 Mar 2009 00:39:27 +0000 (00:39 +0000)
Robust/src/buildscript

index 9e0c9b07ef639f5100e7c7d217512c62bed06b8c..3eaa02dc5f032fe641f564786adeb5885e856eb8 100755 (executable)
@@ -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"