From 868556256e627f06b6cf7a308d9707bfe3b93d30 Mon Sep 17 00:00:00 2001 From: Andronik Date: Tue, 4 Jan 2022 14:38:50 +0100 Subject: [PATCH] lower debug level for testnet build (#4658) --- polkadot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index beda86e5ef..b46812cc1d 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -121,7 +121,7 @@ lto = true [profile.testnet] inherits = "release" -debug = true # debug symbols are useful for profilers +debug = 1 # debug symbols are useful for profilers debug-assertions = true overflow-checks = true