Skip to content

Commit

Permalink
enable new scala 3.4 feature -Ybackend-parallelism:16
Browse files Browse the repository at this point in the history
scala/scala3#15392

before:
```
[success] Total time: 102 s (01:42), completed Mar 15, 2024, 8:03:47 AM
./lila 'clean;compile'  677.02s user 24.42s system 607% cpu 1:55.56 total
```
after:
```
[success] Total time: 99 s (01:39), completed Mar 15, 2024, 8:08:23 AM
./lila 'clean;compile'  652.09s user 23.96s system 628% cpu 1:47.53 total
```
  • Loading branch information
ornicar committed Mar 15, 2024
1 parent 5c5ea4a commit 7673668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ object BuildSettings {
)

val compilerOptions = Seq(
"-Ybackend-parallelism:16", // https://github.com/scala/scala3/pull/15392
// "-nowarn", // during migration
// "-rewrite",
// "-source:3.4-migration",
Expand Down

0 comments on commit 7673668

Please sign in to comment.