Skip to content

Commit 2ccd284

Browse files
authored
Merge pull request #2273 from dotty-staging/fix-stdlib-bench
Add missing -Yno-inline to stdlib compilation flags.
2 parents befdad3 + 5140b6d commit 2ccd284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/test/dotty/tools/benchmarks/Benchmarks.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object BenchTests extends OnlineRegressionReport {
5252

5353
val stdlibFiles = StdLibSources.whitelisted
5454

55-
def stdLib = compiler.compileList("compileStdLib", stdlibFiles, "-migration" :: scala2mode)
55+
def stdLib = compiler.compileList("compileStdLib", stdlibFiles, "-migration" :: "-Yno-inline" :: scala2mode)
5656

5757
def dotty = compiler.compileDir(dottyDir, ".", List("-deep", "-strict"))
5858

0 commit comments

Comments
 (0)