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.
-Yno-stdlib-patches
1 parent 41d3a25 commit 2a33c72Copy full SHA for 2a33c72
project/Build.scala
@@ -1239,7 +1239,6 @@ object Build {
1239
// Add the source directories for the stdlib (non-boostrapped)
1240
Compile / unmanagedSourceDirectories := Seq(baseDirectory.value / "src"),
1241
Compile / unmanagedSourceDirectories += baseDirectory.value / "src-non-bootstrapped",
1242
- Compile / compile / scalacOptions += "-Yno-stdlib-patches",
1243
Compile / compile / scalacOptions ++= Seq(
1244
// Needed so that the library sources are visible when `dotty.tools.dotc.core.Definitions#init` is called
1245
"-sourcepath", (Compile / sourceDirectories).value.map(_.getCanonicalPath).distinct.mkString(File.pathSeparator),
0 commit comments