From e752bd422cdbda3eaad06ddb217ff5b34c1ba283 Mon Sep 17 00:00:00 2001 From: moudyellaz Date: Sun, 2 Aug 2026 04:20:44 +0200 Subject: [PATCH] revert: compile dependencies at opt-level 3 in dev and test profiles --- Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6d4ea05e..397eb965 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -226,15 +226,9 @@ keccak = { git = "https://github.com/logos-blockchain/sponges", rev = "3a56e9977 [profile.dev] debug = "line-tables-only" -[profile.dev.package."*"] -opt-level = 3 - [profile.test] debug = "line-tables-only" -[profile.test.package."*"] -opt-level = 3 - [workspace.lints.rust] warnings = "deny"