We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b305338 commit a0092a1Copy full SHA for a0092a1
build.xml
@@ -116,6 +116,12 @@ END-USER TARGETS
116
<antcall target="test.done"/>
117
</target>
118
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>
125
<target name="replacelocker"
126
description="Replaces the Locker compiler and library by fresh ones built from current sources.">
127
<antcall target="palo.clean"/>
0 commit comments