소스 검색

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

chore: disable split-debuginfo
Nathan.fooo 2 년 전
부모
커밋
64d9b76e3a
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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"