default make just analyzes benchmark
authorjjenista <jjenista>
Wed, 25 Feb 2009 00:05:05 +0000 (00:05 +0000)
committerjjenista <jjenista>
Wed, 25 Feb 2009 00:05:05 +0000 (00:05 +0000)
Robust/src/Benchmarks/mlp/directto/mlp-java/makefile

index ba4fe2ebb5df0a0ebdb1f43f59832c7e8ddbcfeb..cdaea1f52feea331aa07b529142503ba8eefc406 100644 (file)
@@ -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