Skip to content

Commit a0092a1

Browse files
committed
Added opt variant to replacestarrwin
1 parent b305338 commit a0092a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ END-USER TARGETS
116116
<antcall target="test.done"/>
117117
</target>
118118

119+
<target name="replacestarrwin-opt"
120+
description="Creates a new Starr on Windows. Manually execute 'ant locker.clean build' first!">
121+
<antcall target="replacestarrwin">
122+
<param name="scalac.args.optimise" value="-optimise"/>
123+
</antcall>
124+
</target>
119125
<target name="replacelocker"
120126
description="Replaces the Locker compiler and library by fresh ones built from current sources.">
121127
<antcall target="palo.clean"/>

0 commit comments

Comments
 (0)