Skip to content

Commit

Permalink
Build with debug symbols (some)
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Oct 13, 2024
1 parent 3310935 commit 0cfae33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.fopro-cache
/target
perf.data
profile.json
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ tracing-subscriber = "0.3.18"
walkdir = "2.5.0"
webpki-roots = "0.26.6"

[profile.release]
debug = 1

# The profile that 'cargo dist' will build with
[profile.dist]
inherits = "release"
Expand Down

0 comments on commit 0cfae33

Please sign in to comment.