Skip to content

Commit

Permalink
fix: strip binaries on release
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Feb 25, 2022
1 parent e71c3a0 commit 0a66ffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ members = [
]

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

[profile.bench]
debug = true
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.58.1
1.59.0

0 comments on commit 0a66ffe

Please sign in to comment.