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 c6efc6f commit de3e806Copy full SHA for de3e806
build.sbt
@@ -702,7 +702,7 @@ lazy val bench = project.in(file("test") / "benchmarks")
702
if (benchmarkScalaVersion == "") Nil
703
else "org.scala-lang" % "scala-compiler" % benchmarkScalaVersion :: Nil
704
},
705
- scalacOptions ++= Seq("-feature", "-opt:l:inline", "-opt-inline-from:**")
+ scalacOptions ++= Seq("-feature", "-opt:l:inline", "-opt-inline-from:scala.**")
706
).settings(inConfig(JmhPlugin.JmhKeys.Jmh)(scalabuild.JitWatchFilePlugin.jitwatchSettings))
707
708
0 commit comments