Skip to content

Commit 6117f84

Browse files
committed
chore: disable split-debuginfo
1 parent c8b9097 commit 6117f84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shared-lib/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ members = [
1313
]
1414

1515
[profile.dev]
16-
split-debuginfo = "unpacked"
16+
opt-level = 0
17+
#https://doc.rust-lang.org/rustc/codegen-options/index.html#debug-assertions
18+
#split-debuginfo = "unpacked"

0 commit comments

Comments
 (0)