From 5d3cdab206b0a3aaf20718dc1b018f2e692520b9 Mon Sep 17 00:00:00 2001 From: Lazy Panda Date: Sat, 11 Jan 2025 07:39:18 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9e0cdc42..911466b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,11 @@ [profile.release] +debug-assertions = false overflow-checks = false strip = "debuginfo" panic = "abort" debug = false lto = true +codegen-units = 1 [workspace] resolver = "2"