From 8779c03afa8b00d1227d5bd212af4e241388364c Mon Sep 17 00:00:00 2001 From: phetzy Date: Mon, 18 Mar 2024 17:59:37 -0400 Subject: [PATCH] resolved issue 520: reducing binary size by using symbols instead of debug info --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9152af..d410def 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ panic = 'abort' incremental = false codegen-units = 1 rpath = false -strip = "debuginfo" +strip = "symbols" [features] default = ["memory-cache"]