From 9c149a586dbe06a845c59138cab019f65a0981c9 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Wed, 31 Dec 2025 21:37:48 +0100 Subject: refactor: remove release-opt profile --- Cargo.toml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dfea4e5..397b314 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,15 +79,6 @@ opt-level = 3 lto = true strip = true -[profile.release-opt] -inherits = "release" -codegen-units = 1 -debug = false -incremental = false -opt-level = 3 -overflow-checks = false -strip = "debuginfo" - [lints.rust] missing_debug_implementations = "deny" unsafe_code = "deny" -- cgit v1.2.3