From 757b4a87a08e644c300ce0fd6841463e9f5f6d42 Mon Sep 17 00:00:00 2001 From: "Lei, HUANG" <6406592+v0y4g3r@users.noreply.github.com> Date: Thu, 9 Mar 2023 11:39:24 +0800 Subject: [PATCH] fix: remove profile in mem-prof crate to suppress compiler warnings (#1146) --- src/common/mem-prof/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) 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