Merge pull request #1509 from AppFlowy-IO/feat/remove_debug_info

chore: disable split-debuginfo
This commit is contained in:
Nathan.fooo 2022-11-30 15:59:03 +08:00 committed by GitHub
commit 64d9b76e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,4 +13,6 @@ members = [
]
[profile.dev]
split-debuginfo = "unpacked"
opt-level = 0
#https://doc.rust-lang.org/rustc/codegen-options/index.html#debug-assertions
#split-debuginfo = "unpacked"