From: jjenista Date: Wed, 25 Feb 2009 00:05:05 +0000 (+0000) Subject: default make just analyzes benchmark X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7332356cd10f4877b3696acaff4e11da7f969651;p=IRC.git default make just analyzes benchmark --- diff --git a/Robust/src/Benchmarks/mlp/directto/mlp-java/makefile b/Robust/src/Benchmarks/mlp/directto/mlp-java/makefile index ba4fe2eb..cdaea1f5 100644 --- a/Robust/src/Benchmarks/mlp/directto/mlp-java/makefile +++ b/Robust/src/Benchmarks/mlp/directto/mlp-java/makefile @@ -4,7 +4,7 @@ PROGRAM=test SOURCE_FILES=*.java BUILDSCRIPT=~/research/Robust/src/buildscript -BSFLAGS= -debug -nooptimize -mainclass $(MAIN_CLASS) #-justanalyze -ownership -ownallocdepth 1 -ownwritedots final -enable-assertions +BSFLAGS= -debug -nooptimize -mainclass $(MAIN_CLASS) -justanalyze -ownership -ownallocdepth 1 -ownwritedots final -enable-assertions all: $(PROGRAM).bin