Skip to content

Commit 6feadaa

Browse files
committed
Speed tests up with -YclasspathImpl:flat + move to Scala 2.11.7
1 parent bce348e commit 6feadaa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ scalacOptions ++= Seq(
3232
"-encoding", "UTF-8",
3333
"-deprecation", "-feature", "-unchecked",
3434
"-optimise", "-Yclosure-elim", "-Yinline",
35+
"-YclasspathImpl:flat",
3536
"-Xlog-free-types"
3637
)
3738

src/test/scala/StreamComponentsTestBase.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ case class CompilerMessages(
1616
trait StreamComponentsTestBase extends Utils with ConsoleReporters
1717
{
1818
val global = scala.reflect.runtime.universe
19-
val commonOptions = "-usejavacp "
19+
val commonOptions = "-usejavacp -YclasspathImpl:flat "
2020
val optOptions = "-optimise -Yclosure-elim -Yinline "//-Ybackend:GenBCode"
2121
import scala.reflect.runtime.currentMirror
2222

0 commit comments

Comments
 (0)