Skip to content

Commit

Permalink
Add debug symbols to release profile (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Jan 22, 2023
1 parent 3cb761c commit e4c74dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ git-version = "0.3.5"
protobuf-src = "1.1.0"
tonic-build = "0.8.2"
vergen = "=7.2.1"

[profile.release]
debug = true
lto = true
codegen-units = 1

0 comments on commit e4c74dc

Please sign in to comment.