From 04bb02b70b1ecb8db522df23f4735000192ece33 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Fri, 8 Jul 2022 13:51:39 -0700 Subject: [PATCH] sui-node: remove unused profile in Cargo.toml --- crates/sui-node/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/sui-node/Cargo.toml b/crates/sui-node/Cargo.toml index 25db490f61deb..3da4d9dae44fd 100644 --- a/crates/sui-node/Cargo.toml +++ b/crates/sui-node/Cargo.toml @@ -29,9 +29,6 @@ telemetry-subscribers = { git = "https://github.com/MystenLabs/mysten-infra", re mysten-network = { git = "https://github.com/MystenLabs/mysten-infra", rev = "94d7da89f6a52d7f60a9802b0a03147a9c89c3e4" } workspace-hack = { path = "../workspace-hack"} -[profile.release] -debug = true - [target.'cfg(not(target_env = "msvc"))'.dependencies] jemallocator = { version = "^0.5", features = ["profiling"] } jemalloc-ctl = "^0.5"