From 41bdc90f4613970aeb194cb848cee3970f7b89ac Mon Sep 17 00:00:00 2001 From: Many Date: Wed, 16 Jun 2021 12:16:03 +0200 Subject: [PATCH] Revert "Enable optimization in every profile" --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c0fa64635..822907ca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,9 +8,6 @@ opt-level = 3 [profile.release] debug = true -[profile.test] -opt-level = 3 - # Make sure that the build scripts and proc-macros are compiled with # all the optimizations. It speeds up the zip crate that we use in the build.rs. [profile.dev.build-override]