From fed7cf02727c4b812227799573c62b33558a0b06 Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 24 Nov 2021 20:59:53 -0500 Subject: [PATCH] remove opt-level config was originally added to speed up some prs compression stuff during debug builds. don't really want this here all the time though ... --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e70536f..f67c3c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,3 @@ members = [ "gci_quest_extract" ] - -[profile.dev] -opt-level = 1