Jelajahi Sumber

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

chore: disable split-debuginfo
Nathan.fooo 2 tahun lalu
induk
melakukan
64d9b76e3a
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  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"