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 e0db54c commit 6697282Copy full SHA for 6697282
project/Build.scala
@@ -167,9 +167,6 @@ 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