From 48c98701e0cfc1662764bf68e03700a8a65e998b Mon Sep 17 00:00:00 2001 From: Zeke Foppa Date: Thu, 23 Oct 2025 13:30:08 -0700 Subject: [PATCH] [bfops/remove-profile]: Remove unused release-fast profile --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d8ee124ee85..30f1ddde62f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,10 +66,6 @@ incremental = false codegen-units = 16 rpath = false -[profile.release-fast] -inherits = "release" -lto = "thin" - [profile.dev] opt-level = 0 debug = true