diff --git a/src/common/mem-prof/Cargo.toml b/src/common/mem-prof/Cargo.toml index 12a1c09337..ba0c3c1711 100644 --- a/src/common/mem-prof/Cargo.toml +++ b/src/common/mem-prof/Cargo.toml @@ -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