Skip to content

Commit

Permalink
Properly enable unprefixed_malloc_on_supported_platforms in tikv-jema…
Browse files Browse the repository at this point in the history
…llocator (solana-labs#20351) (solana-labs#20354)

Trivial typo fix.

Fixes: 4bf6d0c ("adds unprefixed_malloc_on_supported_platforms to jemalloc (solana-labs#20317)")
(cherry picked from commit 8ae8863)

Co-authored-by: Ivan Mironov <[email protected]>
  • Loading branch information
mergify[bot] and im-0 authored Sep 30, 2021
1 parent 1c15cc6 commit 51593a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.7.15" }
symlink = "0.1.0"

[target.'cfg(not(target_env = "msvc"))'.dependencies]
jemallocator = {package = "tikv-jemallocator", version = "0.4.1", feautres = ["unprefixed_malloc_on_supported_platforms"]}
jemallocator = {package = "tikv-jemallocator", version = "0.4.1", features = ["unprefixed_malloc_on_supported_platforms"]}

[target."cfg(unix)".dependencies]
libc = "0.2.81"
Expand Down

0 comments on commit 51593a8

Please sign in to comment.