From 9027eb2276b00c387bf719cbd4ded7f85bd76430 Mon Sep 17 00:00:00 2001 From: MOZGIII Date: Wed, 7 Aug 2024 12:02:16 -0300 Subject: [PATCH] Keep some debuginfo (#1136) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7249488dc..90c33f55a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -165,6 +165,9 @@ pallet-evm-precompile-simple = { git = "https://github.com/humanode-network/fron pallet-evm-system = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } pallet-evm-test-vector-support = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +[profile.release] +debug = "line-tables-only" + [profile.release-lto] inherits = "release" lto = "thin"