summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-02-25 11:15:41 +0000
committermichelou <michelou@epfl.ch>2008-02-25 11:15:41 +0000
commitb4916be877bd007cb46c038f4f60fe3ca5bb8354 (patch)
tree23148475fa2d973a161db8a95a2e2850cdab2da3 /build.xml
parente690f4cc382a1a44bb539671446c779bffb37147 (diff)
downloadscala-b4916be877bd007cb46c038f4f60fe3ca5bb8354.tar.gz
scala-b4916be877bd007cb46c038f4f60fe3ca5bb8354.tar.bz2
scala-b4916be877bd007cb46c038f4f60fe3ca5bb8354.zip
fixed android build
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index f706fbaa42..1400e82e97 100644
--- a/build.xml
+++ b/build.xml
@@ -980,6 +980,7 @@ ANDROID
<arg value="--output=${android.dir}/lib/scala.dex"/>
<arg value="--locals=full"/>
<arg value="--positions=lines"/>
+ <arg value="--no-optimize"/> <!-- workaround for M5-RC14 bug -->
<arg value="${android.dir}/lib/library"/>
</java>
<jar