From 5fbefe671fa412dcd7b0a48851023aa2dffa0698 Mon Sep 17 00:00:00 2001 From: Ali Ghahremani Date: Thu, 5 Dec 2024 12:52:46 +0330 Subject: [PATCH] chore: strip=true removed --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7c56453..c8218d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,4 @@ opt-level = 3 lto = true codegen-units = 1 panic = "abort" -overflow-checks = false -strip = true \ No newline at end of file +overflow-checks = false \ No newline at end of file