Skip to content

Commit

Permalink
Shrink executables with panic=abort
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jan 24, 2023
1 parent 732aed3 commit 7df78fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ debug = 1

[profile.release]
opt-level = 3
panic = "abort"
debug = false
lto = true
strip = true
Expand Down

0 comments on commit 7df78fd

Please sign in to comment.