Skip to content

Commit ba505df

Browse files
authored
chore: use "full" for debug (#9670)
1 parent b6c094c commit ba505df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.DS_STORE
2-
/target
2+
/target*
33
out/
44
snapshots/
55
out.json

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ codegen-units = 16
7676
# e.g. `cargo build --profile profiling`
7777
[profile.profiling]
7878
inherits = "release"
79-
debug = 2
79+
debug = "full"
8080
split-debuginfo = "unpacked"
8181
strip = false
8282

0 commit comments

Comments
 (0)