Skip to content

Commit

Permalink
chore: use "full" for debug (foundry-rs#9670)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jan 13, 2025
1 parent b6c094c commit ba505df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.DS_STORE
/target
/target*
out/
snapshots/
out.json
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ codegen-units = 16
# e.g. `cargo build --profile profiling`
[profile.profiling]
inherits = "release"
debug = 2
debug = "full"
split-debuginfo = "unpacked"
strip = false

Expand Down

0 comments on commit ba505df

Please sign in to comment.