summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index d3f609337f..e9d8da37b5 100644
--- a/build.xml
+++ b/build.xml
@@ -135,8 +135,6 @@ PROPERTIES
<!-- Additional command line arguments for scalac. They are added to all build targets -->
<property name="scalac.args" value=""/>
- <property name="scalac.args.optimise" value=""/>
- <property name="scalac.args.all" value="${scalac.args} ${scalac.args.optimise}"/>
<property name="javac.args" value=""/>
<!-- Sets location of pre-compiled libraries -->
@@ -180,6 +178,8 @@ INITIALISATION
============================================================================ -->
<target name="init">
+ <property name="scalac.args.optimise" value=""/>
+ <property name="scalac.args.all" value="${scalac.args} ${scalac.args.optimise}"/>
<!-- Setting-up Ant contrib tasks -->
<taskdef resource="net/sf/antcontrib/antlib.xml" classpath="${lib.dir}/ant/ant-contrib.jar"/>
<!-- This is the start time for the distribution -->