Skip to content

Commit

Permalink
Reduce glide_rs.so size (for Java) (valkey-io#2367)
Browse files Browse the repository at this point in the history
Closes: valkey-io#2039

Signed-off-by: Eran Ifrah <[email protected]>
  • Loading branch information
eifrah-aws authored and umit committed Oct 1, 2024
1 parent ecf1dd7 commit 37aa8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'] }

0 comments on commit 37aa8c5

Please sign in to comment.