Skip to content

Commit

Permalink
fix debugging not working (#351)
Browse files Browse the repository at this point in the history
We need debug symbols to debug a program!
  • Loading branch information
chdsbd authored Jun 2, 2024
1 parent d2a8e26 commit 5c18629
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ members = [
"github"
]

[profile.dev]
# disable debug symbols to improve compile times.
debug = false

0 comments on commit 5c18629

Please sign in to comment.