Skip to content

Commit

Permalink
Merge pull request #10 from LostLuma/fix/cargo-release-config
Browse files Browse the repository at this point in the history
Update cargo release config to produce smaller library files
  • Loading branch information
Pixaurora authored Sep 23, 2024
2 parents d207ecb + 241cd55 commit e6c1a21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/kitten-thoughts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ tokio = "1.40.0"
[lib]
crate-type = ["cdylib"]
path = "src/main/rust/lib.rs"

[profile.release]
lto = true
strip = true
codegen-units = 1

0 comments on commit e6c1a21

Please sign in to comment.