Skip to content

Commit

Permalink
Drop "-opt:l:method" due to a compiler bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mlangc committed Jul 23, 2019
1 parent 4597539 commit 3909599
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ val scala212Opts = Seq(
"-Ywarn-unused:patvars", // Warn if a variable bound in a pattern is unused.
"-Ywarn-unused:privates", // Warn if a private member is unused.
"-Ywarn-value-discard", // Warn when non-Unit expression results are unused.
"-opt:l:method",
)

// See https://nathankleyn.com/2019/05/13/recommended-scalac-flags-for-2-13/
Expand Down

0 comments on commit 3909599

Please sign in to comment.