Skip to content

Commit

Permalink
47degrees#751: increase max-inlines for circe derivation to work
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoulaj committed Sep 14, 2022
1 parent ff16b4a commit dcb12fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val github4s = (crossProject(JSPlatform, JVMPlatform))
.settings(coreDeps: _*)
.settings(
// Increase number of inlines, needed for circe semiauto derivation
scalacOptions ++= on(3, 9)(Seq("-Xmax-inlines", "20")).value.flatten,
scalacOptions ++= on(3)(Seq("-Xmax-inlines", "48")).value.flatten,
// See the README for why this is necessary
// https://github.com/scala-js/scala-js-macrotask-executor/tree/v1.0.0
// tl;dr: without it, performance problems and concurrency bugs abound
Expand Down

0 comments on commit dcb12fa

Please sign in to comment.