dont build default features for jemalloc
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
e435d48b6f
commit
742c869cc2
1 changed files with 2 additions and 0 deletions
|
@ -178,10 +178,12 @@ features = ["rt-tokio"]
|
||||||
[dependencies.tikv-jemallocator]
|
[dependencies.tikv-jemallocator]
|
||||||
version = "0.5.4"
|
version = "0.5.4"
|
||||||
optional = true
|
optional = true
|
||||||
|
default-features = false
|
||||||
features = ["unprefixed_malloc_on_supported_platforms"]
|
features = ["unprefixed_malloc_on_supported_platforms"]
|
||||||
[dependencies.tikv-jemalloc-ctl]
|
[dependencies.tikv-jemalloc-ctl]
|
||||||
version = "0.5.4"
|
version = "0.5.4"
|
||||||
optional = true
|
optional = true
|
||||||
|
default-features = false
|
||||||
features = ["use_std"]
|
features = ["use_std"]
|
||||||
|
|
||||||
# for URL previews
|
# for URL previews
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue