From e83fa124512cfa79172fc8eefc4bbe0eee388902 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Tue, 26 Nov 2024 01:01:08 +0000 Subject: [PATCH] tweak dev profile Signed-off-by: Jason Volk --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 02c3b5ab..12163f6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -633,7 +633,6 @@ opt-level = 0 panic = "unwind" debug-assertions = true incremental = true -codegen-units = 64 #rustflags = [ # '--cfg', 'conduit_mods', # '-Ztime-passes', @@ -675,7 +674,6 @@ incremental = false [profile.dev.package.conduit] inherits = "dev" -incremental = false #rustflags = [ # '--cfg', 'conduit_mods', # '-Ztime-passes',