projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33573a3
)
changes to makefile
author
adash
<adash>
Wed, 15 Apr 2009 21:04:57 +0000
(21:04 +0000)
committer
adash
<adash>
Wed, 15 Apr 2009 21:04:57 +0000
(21:04 +0000)
Robust/src/Benchmarks/SingleTM/KMeans/makefile
patch
|
blob
|
history
diff --git
a/Robust/src/Benchmarks/SingleTM/KMeans/makefile
b/Robust/src/Benchmarks/SingleTM/KMeans/makefile
index ec3aee7e693430a97b3012285fe0dcc3a80a0e1d..25fe5c20c8e583183763c2c65c3b4cc1fbaed3e6 100644
(file)
--- a/
Robust/src/Benchmarks/SingleTM/KMeans/makefile
+++ b/
Robust/src/Benchmarks/SingleTM/KMeans/makefile
@@
-6,7
+6,7
@@
SRC=${MAINCLASS}.java \
Common.java \
GlobalArgs.java \
../../../ClassLibrary/JavaSTM/Barrier.java
-FLAGS=-
singleTM -nooptimize -mainclass ${MAINCLASS} -debug
+FLAGS=-
mainclass ${MAINCLASS} -singleTM -nooptimize -debug -dcopts -abcclose -transstats -profile -joptimize
default:
../../../buildscript ${FLAGS} -o ${MAINCLASS} ${SRC}