Skip to content

Commit

Permalink
Also enable flexible types on presentation compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisL2 committed Dec 21, 2024
1 parent ce9739d commit 52829cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1449,10 +1449,6 @@ object Build {
.dependsOn(`scala3-compiler-bootstrapped`, `scala3-library-bootstrapped`, `scala3-presentation-compiler-testcases`)
.settings(presentationCompilerSettings)
.settings(scala3PresentationCompilerBuildInfo)
.settings(
// Add `-Yno-flexible-types` flag for bootstrap, see comments for `bootstrappedDottyCompilerSettings`
Compile / scalacOptions += "-Yno-flexible-types"
)

def scala3PresentationCompilerBuildInfo =
Seq(
Expand Down

0 comments on commit 52829cc

Please sign in to comment.