Kaynağa Gözat

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

chore: disable split-debuginfo
Nathan.fooo 2 yıl önce
ebeveyn
işleme
64d9b76e3a
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      shared-lib/Cargo.toml

+ 3 - 1
shared-lib/Cargo.toml

@@ -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"