From 5140b6d24a2fd9f3669caa6e85d59bcb72f8188a Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Wed, 19 Apr 2017 10:35:49 +0200 Subject: Add missing -Yno-inline to stdlib compilation flags. --- bench/test/dotty/tools/benchmarks/Benchmarks.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- cgit v1.2.3