summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-07-06 09:45:01 -0400
committerJosh Suereth <joshua.suereth@gmail.com>2012-07-06 09:45:01 -0400
commita0092a163b8f899be82cb4a1cce695d4f1338adf (patch)
tree97f3d73bc54ba3d6faad25852e61b9c31b12a14d /build.xml
parentb30533825853861cdf67f7c6b12d3e3d559fa8dc (diff)
downloadscala-a0092a163b8f899be82cb4a1cce695d4f1338adf.tar.gz
scala-a0092a163b8f899be82cb4a1cce695d4f1338adf.tar.bz2
scala-a0092a163b8f899be82cb4a1cce695d4f1338adf.zip
Added opt variant to replacestarrwin
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 2bb1dab5ac..96570a2b6c 100644
--- a/build.xml
+++ b/build.xml
@@ -116,6 +116,12 @@ END-USER TARGETS
<antcall target="test.done"/>
</target>
+ <target name="replacestarrwin-opt"
+ description="Creates a new Starr on Windows. Manually execute 'ant locker.clean build' first!">
+ <antcall target="replacestarrwin">
+ <param name="scalac.args.optimise" value="-optimise"/>
+ </antcall>
+ </target>
<target name="replacelocker"
description="Replaces the Locker compiler and library by fresh ones built from current sources.">
<antcall target="palo.clean"/>