diff --git a/crates/solidity/Cargo.toml b/crates/solidity/Cargo.toml index 790cf51..ee92201 100644 --- a/crates/solidity/Cargo.toml +++ b/crates/solidity/Cargo.toml @@ -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"]