From 01085d92db89db550205fa79511d8887298c5278 Mon Sep 17 00:00:00 2001 From: Nikaidou Haruki Date: Tue, 2 Sep 2025 15:56:01 +0900 Subject: [PATCH] remove debug info --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da28dca..1bfefaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,6 @@ lto = true opt-level = 3 codegen-units = 1 panic = "abort" -debug = false \ No newline at end of file +debug = false +strip = "symbols" +debug-assertions = false