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 2a666d8 commit 45232baCopy full SHA for 45232ba
project/Build.scala
@@ -167,6 +167,8 @@ 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 += "-optimise",
171
+
172
// sbt gets very unhappy if two projects use the same target
173
target := baseDirectory.value / ".." / "out" / "bootstrap" / name.value,
174
0 commit comments