Skip to content

Commit

Permalink
add optimization flag in 2.12 (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek authored Sep 14, 2017
1 parent 7cfd035 commit 063090a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ val sharedSettings = scalariformSettings ++ Seq(

scalacOptions ++= {
if (scalaVersion.value startsWith "2.12")
Seq("-opt-inline-from:com.twitter.algebird.**")
Seq("-opt:l:inline", "-opt-inline-from:com.twitter.algebird.**")
else
Seq("-optimize")
},
Expand Down

0 comments on commit 063090a

Please sign in to comment.