echo -profile build with profile options
echo "-rawuseio use standard io to output profiling data (should be used together with -raw and -profile), it only works with single core version"
echo "-enable-assertions execute assert statements during compilation"
+echo -justanalyze exit after compiler analyses complete
echo -help help
}
JAVAFORWARDOPTS=''
JAVAOPTS=''
OPTIONALFLAG=false
+EXITAFTERANALYSIS=false
if [[ -z $1 ]]
then
then
printhelp
exit
+elif [[ $1 = '-justanalyze' ]]
+then
+EXITAFTERANALYSIS=true
elif [[ $1 = '-robustroot' ]]
then
ROBUSTROOT="$2"
fi
fi
+if $EXITAFTERANALYSIS
+then
+exit
+fi
+
# Build all of the consistency specs
if $CHECKFLAG # CHECKFLAG