From afc311b01dd9615a6986288be4a79fbee73c65bb Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 14 Jun 2022 16:27:59 +0200 Subject: [PATCH] Optimize quote in the dev profile --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2c45a80a..f141c420 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,7 @@ resolver = "2" # Speeds up test times by more than 10% in a simple test # Set to 1 or 2 if you want to use a debugger in this workspace debug = 0 + +[profile.dev.package] +# Also speeds up test times a little bit +quote = { opt-level = 2 }