Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
add profile "production" (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaninja authored May 23, 2023
1 parent a746191 commit 5035ce3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ exclude = [

[profile.release]
panic = "unwind"

[profile.production]
inherits = "release"
lto = true
codegen-units = 1

0 comments on commit 5035ce3

Please sign in to comment.