Skip to content

Commit

Permalink
Merge pull request #433 from YOU54F/feat/smaller_binaries
Browse files Browse the repository at this point in the history
Feat/smaller binaries
  • Loading branch information
rholshausen authored Jun 11, 2024
2 parents 07418cc + 29359fe commit 788d952
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ resolver = "2"

[patch.crates-io]
onig = { git = "https://github.com/rust-onig/rust-onig", default-features = false }

[profile.release]
strip = true
opt-level = "z"
codegen-units = 1

0 comments on commit 788d952

Please sign in to comment.