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

Commit

Permalink
adjust release profile settings
Browse files Browse the repository at this point in the history
  • Loading branch information
katsumi143 committed May 8, 2024
1 parent 783e53c commit c5a7a1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ debug-assertions = true
[profile.release]
lto = true
strip = true
panic = "unwind"
opt-level = "s"
panic = "abort"
opt-level = 3
incremental = false
codegen-units = 1
debug-assertions = false

0 comments on commit c5a7a1b

Please sign in to comment.