Skip to content

Commit

Permalink
tweak: Don't include debug info in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jul 25, 2024
1 parent 346e5bb commit dafee9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ default = []
pure_tests = []

[profile.release]
debug = "limited"
debug = false
strip = "debuginfo"

0 comments on commit dafee9e

Please sign in to comment.