summaryrefslogtreecommitdiff
path: root/build-ant-macros.xml
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2015-07-02 17:04:21 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2015-07-03 15:23:02 +0200
commita179845fd5fae45cfab714db667fc140985e3a89 (patch)
treefa08557deb5c185affcf2e0bfe83e6264546bca4 /build-ant-macros.xml
parent80295ffc260d08592937ce6b27a333b9aedcac4c (diff)
downloadscala-a179845fd5fae45cfab714db667fc140985e3a89.tar.gz
scala-a179845fd5fae45cfab714db667fc140985e3a89.tar.bz2
scala-a179845fd5fae45cfab714db667fc140985e3a89.zip
Enable the new optimizer when building scala
No change in build.sbt, there's no optimizer settings there yet. Ignore the inliner warning in presentation/t7678 and run/t8029.scala, noted in https://issues.scala-lang.org/browse/SI-9378
Diffstat (limited to 'build-ant-macros.xml')
-rw-r--r--build-ant-macros.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-ant-macros.xml b/build-ant-macros.xml
index 868fb41cce..cfdb1ce70e 100644
--- a/build-ant-macros.xml
+++ b/build-ant-macros.xml
@@ -6,7 +6,7 @@
<attribute name="name"/>
<sequential>
<antcall target="@{name}">
- <param name="scalac.args.optimise" value="-optimise"/>
+ <param name="scalac.args.optimise" value="-Yopt:l:classpath"/>
</antcall>
</sequential>
</macrodef>