Skip to content

Commit

Permalink
build: add release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw authored Nov 19, 2024
1 parent f5b3126 commit c460df1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions py-gxhash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"

[package]
name = "py-gxhash"
version = "0.1.0"
Expand Down

0 comments on commit c460df1

Please sign in to comment.