Skip to content

Commit 518dd8e

Browse files
committed
experiment - 3 worker threads
1 parent e4ee13b commit 518dd8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ object Build {
404404
(Compile / unmanagedSourceDirectories) += baseDirectory.value / "src-bootstrapped",
405405

406406
scalacOptions += "-Yexperimental-outline",
407-
scalacOptions ++= Seq("-Ymax-parallelism", "7"),
408-
scalacOptions ++= Seq("-Yprofile-enabled", "-Yprofile-destination", s"out/compile-${name.value}-profile.csv"),
407+
scalacOptions ++= Seq("-Ymax-parallelism", "3"),
408+
//scalacOptions ++= Seq("-Yprofile-enabled", "-Yprofile-destination", s"out/compile-${name.value}-profile.csv"),
409409
// scalacOptions += "-Ylog-classpath",
410410

411411
version := dottyVersion,

0 commit comments

Comments
 (0)