fix: remove profile in mem-prof crate to suppress compiler warnings (#1146)

This commit is contained in:
Lei, HUANG
2023-03-09 11:39:24 +08:00
committed by GitHub
parent ba1517fceb
commit 757b4a87a0

View File

@@ -15,6 +15,3 @@ tokio.workspace = true
[dependencies.tikv-jemalloc-sys]
version = "0.5"
features = ["stats", "profiling", "unprefixed_malloc_on_supported_platforms"]
[profile.release]
debug = true