Skip to content

Commit

Permalink
Fix parallel feature
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed committed Nov 18, 2024
1 parent d88ddb2 commit 3072c03
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/solidity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ inkwell = { workspace = true, features = ["target-riscv", "llvm18-0-no-llvm-link
default = []
parallel = ["rayon"]

#TODO: Use pthreads -C target-feature=+atomics,+bulk-memory -Clink-arg=-pthread in compilation and enable `parallel` feature
# Enable parallel_native by default only for non-emscripten targets
# Enable parallel by default only for non-emscripten targets
[target.'cfg(not(target_os = "emscripten"))'.features]
default = ["parallel_native"]
default = ["parallel"]

0 comments on commit 3072c03

Please sign in to comment.