From 742c869cc2d2f83e10b8e8f9bd4188890eab756c Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 10 Mar 2024 00:15:14 -0500 Subject: [PATCH] dont build default features for jemalloc Signed-off-by: strawberry --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 81273c15..86f2bfd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -178,10 +178,12 @@ features = ["rt-tokio"] [dependencies.tikv-jemallocator] version = "0.5.4" optional = true +default-features = false features = ["unprefixed_malloc_on_supported_platforms"] [dependencies.tikv-jemalloc-ctl] version = "0.5.4" optional = true +default-features = false features = ["use_std"] # for URL previews