Skip to content

Commit

Permalink
fix: enable local dynamic TLS for musl
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodann committed Apr 15, 2024
1 parent 18f62dc commit 5f46e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/edr_napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parking_lot = { version = "0.12.1", default-features = false }
lazy_static = { version = "1.4.0", features = [] }
rand = { version = "0.8.4", optional = true }
serde = { version = "1.0.189", features = ["derive"] }
mimalloc = { version = "0.1.39", default-features = false }
mimalloc = { version = "0.1.39", default-features = false, features = ["local_dynamic_tls"] }

[target.x86_64-unknown-linux-gnu.dependencies]
openssl-sys = { version = "0.9.93", features = ["vendored"] }
Expand Down

0 comments on commit 5f46e74

Please sign in to comment.