Browse Source

chore: disable split-debuginfo

nathan 2 years ago
parent
commit
6117f84373
1 changed files with 3 additions and 1 deletions
  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"