aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Zickner <[email protected]>2005-05-20 13:26:14 +0000
committerHolger Zickner <[email protected]>2005-05-20 13:26:14 +0000
commit179b17dc6be21c391cf33f66c64cf44456bd55eb (patch)
treed13fa24689bc78a7a7c4e6f7878af270a2c35627
parentd09d03f8d78bf698ae719a02c2956606ac9672e3 (diff)
*** empty log message ***
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 58bcae6..384d9bc 100644
--- a/build.xml
+++ b/build.xml
@@ -49,7 +49,7 @@
<!-- compile -->
<target name="compile" depends="init">
- <javac destdir="${build}" optimize="off" debug="on" source="1.4">
+ <javac destdir="${build}" optimize="on" debug="off" source="1.4">
<src path="${src}"/>
<include name="jake2/**"/>
<classpath refid="build.class.path"/>