projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c031df
)
default make just analyzes benchmark
author
jjenista
<jjenista>
Wed, 25 Feb 2009 00:05:05 +0000
(
00:05
+0000)
committer
jjenista
<jjenista>
Wed, 25 Feb 2009 00:05:05 +0000
(
00:05
+0000)
Robust/src/Benchmarks/mlp/directto/mlp-java/makefile
patch
|
blob
|
history
diff --git
a/Robust/src/Benchmarks/mlp/directto/mlp-java/makefile
b/Robust/src/Benchmarks/mlp/directto/mlp-java/makefile
index ba4fe2ebb5df0a0ebdb1f43f59832c7e8ddbcfeb..cdaea1f52feea331aa07b529142503ba8eefc406 100644
(file)
--- 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