From 2ec06a4874865a99977534120d39b559a8bc0f71 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sun, 7 Jun 2026 09:27:53 +0300 Subject: [PATCH] Strip debug symbols from gem release shared object --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 983d28b1..0c36e390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ exclude = [ [profile.release] codegen-units = 1 # more llvm optimizations -debug = 2 # make perfomance engineers happy +strip = true # strip debug symbols lto = "thin" # cross-crate inlining