Skip to content

Commit

Permalink
Use FullOptStage
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed May 27, 2020
1 parent be11eec commit 9ef3e71
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 @@ -109,7 +109,7 @@ lazy val commonJsSettings = Seq(
val g = "https://raw.githubusercontent.com/typelevel/cats/" + tagOrHash
s"-P:scalajs:mapSourceURI:$a->$g/"
},
scalaJSStage in Global := FastOptStage,
scalaJSStage in Global := FullOptStage,
parallelExecution := false,
jsEnv := new org.scalajs.jsenv.nodejs.NodeJSEnv(),
// batch mode decreases the amount of memory needed to compile Scala.js code
Expand Down

0 comments on commit 9ef3e71

Please sign in to comment.