From f1fa4cf1768e829b77c389bcb03dcefd4c580fba Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Fri, 27 May 2022 21:15:04 +1000 Subject: [PATCH] Turn off debug symbols --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f031a09d37..c79859d0a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,6 +99,3 @@ eth2_hashing = { path = "crypto/eth2_hashing" } tree_hash = { path = "consensus/tree_hash" } tree_hash_derive = { path = "consensus/tree_hash_derive" } eth2_serde_utils = { path = "consensus/serde_utils" } - -[profile.release] -debug = 1