Skip to content

Commit

Permalink
Enable multi-threading for Scala Native
Browse files Browse the repository at this point in the history
  • Loading branch information
kyri-petrou authored Aug 25, 2024
1 parent 6197d53 commit 4283d30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ object BuildHelper {
)

def nativeSettings = Seq(
nativeConfig ~= { _.withMultithreading(false) },
Test / fork := crossProjectPlatform.value == JVMPlatform // set fork to `true` on JVM to improve log readability, JS and Native need `false`
)

Expand Down

0 comments on commit 4283d30

Please sign in to comment.