Skip to content

Commit 64d9b76

Browse files
authored
Merge pull request #1509 from AppFlowy-IO/feat/remove_debug_info
chore: disable split-debuginfo
2 parents 5ce8087 + 6117f84 commit 64d9b76

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)