We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33afaa2 commit 910ee8aCopy full SHA for 910ee8a
project/Build.scala
@@ -718,6 +718,9 @@ object Build {
718
TestFrameworks.JUnit,
719
"--exclude-categories=dotty.BootstrappedOnlyTests",
720
),
721
+ // increase stack size for non-bootstrapped compiler, because some code
722
+ // is only tail-recursive after bootstrap
723
+ javaOptions in Test += "-Xss2m"
724
)
725
726
lazy val bootstrapedDottyCompilerSettings = commonDottyCompilerSettings ++ Seq(
0 commit comments