Skip to content

Commit

Permalink
Adding production profile
Browse files Browse the repository at this point in the history
  • Loading branch information
darkforest0202 committed Jul 12, 2023
1 parent 5a27c14 commit 7bbfcc6
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
@@ -1,6 +1,11 @@
[profile.release]
panic = 'unwind'

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

[workspace]
members = [
'node',
Expand Down

0 comments on commit 7bbfcc6

Please sign in to comment.