Fix parallel feature

This commit is contained in:
Sebastian Miasojed
2024-11-18 13:59:48 +01:00
parent d88ddb25bd
commit 3072c03600
+2 -3
View File
@@ -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"]