Skip to content

Commit

Permalink
feat(build): strip debuginfo from binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Apr 22, 2023
1 parent 62ab0d4 commit 757fd73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ anyhow = "~1.0"

[dev-dependencies]
tempfile = "~3.1"

[profile.release]
strip = "debuginfo"

0 comments on commit 757fd73

Please sign in to comment.