Skip to content

Commit 2a33c72

Browse files
committed
Remove old -Yno-stdlib-patches option
1 parent 41d3a25 commit 2a33c72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

project/Build.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,6 @@ object Build {
12391239
// Add the source directories for the stdlib (non-boostrapped)
12401240
Compile / unmanagedSourceDirectories := Seq(baseDirectory.value / "src"),
12411241
Compile / unmanagedSourceDirectories += baseDirectory.value / "src-non-bootstrapped",
1242-
Compile / compile / scalacOptions += "-Yno-stdlib-patches",
12431242
Compile / compile / scalacOptions ++= Seq(
12441243
// Needed so that the library sources are visible when `dotty.tools.dotc.core.Definitions#init` is called
12451244
"-sourcepath", (Compile / sourceDirectories).value.map(_.getCanonicalPath).distinct.mkString(File.pathSeparator),

0 commit comments

Comments
 (0)