From dccf0c29bfe7029f790209ecffa2e5d707b331c3 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 21 Jun 2023 15:04:03 +0200 Subject: [PATCH] Update reldbg profile to optimize our own packages too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … and enable incremental compilation for it. --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2bacd35d..454f07c8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,10 +75,6 @@ debug = 2 # `--profile reldbg` to select [profile.reldbg] inherits = "dev" -incremental = false - -# Compile all non-workspace crate in the dependency tree with optimizations -[profile.reldbg.package."*"] opt-level = 3 [patch.crates-io]