OptimizeIt!
git-svn-id: https://samskivert.googlecode.com/svn/trunk@449 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
<!-- build the java class files -->
|
<!-- build the java class files -->
|
||||||
<target name="compile" depends="prepare">
|
<target name="compile" depends="prepare">
|
||||||
<javac srcdir="${src.dir}" destdir="${deploy.dir}/classes"
|
<javac srcdir="${src.dir}" destdir="${deploy.dir}/classes"
|
||||||
debug="on" optimize="off" deprecation="off">
|
debug="on" optimize="on" deprecation="off">
|
||||||
<classpath refid="classpath"/>
|
<classpath refid="classpath"/>
|
||||||
</javac>
|
</javac>
|
||||||
</target>
|
</target>
|
||||||
|
|||||||
Reference in New Issue
Block a user