Skip to content

Commit 6697282

Browse files
Revert "Bootstrap with -optimise"
This reverts commit 40e8fc94ef9e0294ac4c18e9766040298029ca03.
1 parent e0db54c commit 6697282

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

project/Build.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ object Build {
167167
// otherwise sbt 0.13 incremental compilation breaks (https://github.com/sbt/sbt/issues/3142)
168168
scalacOptions ++= Seq("-bootclasspath", sys.props("sun.boot.class.path")),
169169

170-
scalacOptions in Compile += "-optimise",
171-
scalacOptions in Test -= "-optimise",
172-
173170
// sbt gets very unhappy if two projects use the same target
174171
target := baseDirectory.value / ".." / "out" / "bootstrap" / name.value,
175172

0 commit comments

Comments
 (0)