Skip to content

Commit

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

Signed-off-by: Eran Ifrah <[email protected]>
  • Loading branch information
eifrah-aws authored Sep 30, 2024
1 parent de14879 commit 22a2cee
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 22a2cee

Please sign in to comment.