Skip to content

Commit

Permalink
chore(debug): Don't link debug info for dev profile (#1872)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix authored Feb 26, 2024
1 parent 863cef1 commit 823f2c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[profile.dev]
debug = 0
strip = "debuginfo"

0 comments on commit 823f2c3

Please sign in to comment.