From 4112145a64c2863c82a710545bf56f98d05e3f22 Mon Sep 17 00:00:00 2001 From: CherretGit Date: Sun, 11 Jan 2026 22:28:17 +0700 Subject: [PATCH] strip symbols --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a6a07d9..ce97aac 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -18,5 +18,5 @@ cmake = "0.1.49" [profile.release] opt-level = "z" lto = true -strip = true +strip = "symbols" codegen-units = 1