Skip to content

Commit

Permalink
Add missing -Yno-inline to stdlib compilation flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki committed Apr 19, 2017
1 parent 2efb6dd commit 5140b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/test/dotty/tools/benchmarks/Benchmarks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down

0 comments on commit 5140b6d

Please sign in to comment.