From 22a2cee01fc05cd51c357389047d403f121eacb9 Mon Sep 17 00:00:00 2001 From: eifrah-aws Date: Mon, 30 Sep 2024 17:14:05 +0300 Subject: [PATCH] Reduce glide_rs.so size (for Java) (#2367) Closes: https://github.com/valkey-io/valkey-glide/issues/2039 Signed-off-by: Eran Ifrah --- java/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/Cargo.toml b/java/Cargo.toml index 7c5e6798f5..6428f67fa6 100644 --- a/java/Cargo.toml +++ b/java/Cargo.toml @@ -21,7 +21,7 @@ bytes = { version = "1.6.0" } [profile.release] lto = true -debug = true +strip = "symbols" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ffi_test)'] }