Skip to content

Commit 52829cc

Browse files
committed
Also enable flexible types on presentation compiler
1 parent ce9739d commit 52829cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

project/Build.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,10 +1449,6 @@ object Build {
14491449
.dependsOn(`scala3-compiler-bootstrapped`, `scala3-library-bootstrapped`, `scala3-presentation-compiler-testcases`)
14501450
.settings(presentationCompilerSettings)
14511451
.settings(scala3PresentationCompilerBuildInfo)
1452-
.settings(
1453-
// Add `-Yno-flexible-types` flag for bootstrap, see comments for `bootstrappedDottyCompilerSettings`
1454-
Compile / scalacOptions += "-Yno-flexible-types"
1455-
)
14561452

14571453
def scala3PresentationCompilerBuildInfo =
14581454
Seq(

0 commit comments

Comments
 (0)