Properly enable unprefixed_malloc_on_supported_platforms in tikv-jemallocator (#20351)

Trivial typo fix.

Fixes: 4bf6d0c4d7 ("adds unprefixed_malloc_on_supported_platforms to jemalloc (#20317)")
This commit is contained in:
Ivan Mironov 2021-09-30 23:42:15 +05:00 committed by GitHub
parent a7f2d9f55f
commit 8ae88632cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.8.0" }
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.103"