summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert.plociniczak@gmail.com>2012-03-19 15:53:52 +0100
committerHubert Plociniczak <hubert.plociniczak@gmail.com>2012-03-20 15:24:50 +0100
commite72ce5adc298c4525ecc7185c8c4b61ef32e500f (patch)
treeca79a273b0bc36862014b0decb09de30edce1f57 /build.xml
parent7c5c06f5f421453c46972d079d0eab5550d848fc (diff)
downloadscala-e72ce5adc298c4525ecc7185c8c4b61ef32e500f.tar.gz
scala-e72ce5adc298c4525ecc7185c8c4b61ef32e500f.tar.bz2
scala-e72ce5adc298c4525ecc7185c8c4b61ef32e500f.zip
optimise flag should be shown in scalac.args info
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 453d025559..c3bdf8348f 100644
--- a/build.xml
+++ b/build.xml
@@ -266,7 +266,7 @@ INITIALISATION
<property name="scalac.args.optimise" value=""/>
<!-- scalac.args.quickonly are added to quick.* targets but not others (particularly, locker.)
This is to facilitate testing new command line options which do not yet exist in starr. -->
- <property name="scalac.args.quickonly" value=""/>
+ <property name="scalac.args.quickonly" value=""/>
<property name="scalac.args.all" value="${scalac.args} ${scalac.args.optimise}"/>
<property name="scalac.args.quick" value="${scalac.args.all} ${scalac.args.quickonly}"/>
<!-- Setting-up Ant contrib tasks -->
@@ -330,7 +330,7 @@ INITIALISATION
<echo message=" java version: ${java.vm.name} ${java.version}" />
<echo message=" java args: ${env.ANT_OPTS} ${jvm.opts}" />
<echo message=" javac args: ${javac.args}" />
- <echo message=" scalac args: ${scalac.args}" />
+ <echo message=" scalac args: ${scalac.args.all}" />
<echo message=" git date: ${git.commit.date}" />
<echo message=" git hash: ${git.commit.sha}" />
<echo message=" maven version: ${maven.version.number}"/>