Skip to content

Commit 57967a0

Browse files
committed
Add TODO to enable optimizing the stdlib in Scala 3.9
1 parent 77fa7bc commit 57967a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,7 @@ object Build {
12051205
Compile / unmanagedSourceDirectories += baseDirectory.value / "src-bootstrapped",
12061206
Compile / unmanagedResourceDirectories := Seq(baseDirectory.value / "resources"),
12071207
Compile / compile / scalacOptions ++= Seq(
1208+
/* TODO: enable for Scala 3.9: "-opt", "-opt-inline:**,!java.**", */
12081209
// Needed so that the library sources are visible when `dotty.tools.dotc.core.Definitions#init` is called
12091210
"-sourcepath", (Compile / sourceDirectories).value.map(_.getCanonicalPath).distinct.mkString(File.pathSeparator),
12101211
),

0 commit comments

Comments
 (0)