From af66f0829e86c1a9260e282c25ca037fd986c35d Mon Sep 17 00:00:00 2001 From: laurent Date: Thu, 29 Jun 2023 19:08:50 +0100 Subject: [PATCH] Revert the new profile. --- Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 711113d4..5413a592 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,3 @@ members = [ "candle-hub", "candle-kernels", ] - -[profile.release] -debug = 1 -opt-level = "z" -lto = true -codegen-units = 1