From e0c327bae2e49fb136b9a14f20ad999e8cbd7340 Mon Sep 17 00:00:00 2001 From: Irevoire Date: Tue, 8 Jun 2021 11:39:10 +0200 Subject: [PATCH] Update Cargo.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Renault --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1358dbe56..868199d8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,8 @@ debug = true [profile.bench] debug = true -# Set the settings for build scripts and proc-macros. +# 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] opt-level = 3 [profile.release.build-override]