From 7332356cd10f4877b3696acaff4e11da7f969651 Mon Sep 17 00:00:00 2001 From: jjenista Date: Wed, 25 Feb 2009 00:05:05 +0000 Subject: [PATCH] default make just analyzes benchmark --- Robust/src/Benchmarks/mlp/directto/mlp-java/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1