aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bench/test/dotty/tools/benchmarks/Benchmarks.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/test/dotty/tools/benchmarks/Benchmarks.scala b/bench/test/dotty/tools/benchmarks/Benchmarks.scala
index 04e7e25d7..c3cf15471 100644
--- a/bench/test/dotty/tools/benchmarks/Benchmarks.scala
+++ b/bench/test/dotty/tools/benchmarks/Benchmarks.scala
@@ -52,7 +52,7 @@ object BenchTests extends OnlineRegressionReport {
val stdlibFiles = StdLibSources.whitelisted
- def stdLib = compiler.compileList("compileStdLib", stdlibFiles, "-migration" :: scala2mode)
+ def stdLib = compiler.compileList("compileStdLib", stdlibFiles, "-migration" :: "-Yno-inline" :: scala2mode)
def dotty = compiler.compileDir(dottyDir, ".", List("-deep", "-strict"))