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 ce9739d commit 52829ccCopy full SHA for 52829cc
project/Build.scala
@@ -1449,10 +1449,6 @@ object Build {
1449
.dependsOn(`scala3-compiler-bootstrapped`, `scala3-library-bootstrapped`, `scala3-presentation-compiler-testcases`)
1450
.settings(presentationCompilerSettings)
1451
.settings(scala3PresentationCompilerBuildInfo)
1452
- .settings(
1453
- // Add `-Yno-flexible-types` flag for bootstrap, see comments for `bootstrappedDottyCompilerSettings`
1454
- Compile / scalacOptions += "-Yno-flexible-types"
1455
- )
1456
1457
def scala3PresentationCompilerBuildInfo =
1458
Seq(
0 commit comments