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 e056f33 commit e0db54cCopy full SHA for e0db54c
project/Build.scala
@@ -167,6 +167,9 @@ object Build {
167
// otherwise sbt 0.13 incremental compilation breaks (https://github.com/sbt/sbt/issues/3142)
168
scalacOptions ++= Seq("-bootclasspath", sys.props("sun.boot.class.path")),
169
170
+ scalacOptions in Compile += "-optimise",
171
+ scalacOptions in Test -= "-optimise",
172
+
173
// sbt gets very unhappy if two projects use the same target
174
target := baseDirectory.value / ".." / "out" / "bootstrap" / name.value,
175
0 commit comments