From 6117f84373a23e53f9da2ff19960eb3f5623f5b8 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 30 Nov 2022 15:36:39 +0800 Subject: [PATCH] chore: disable split-debuginfo --- shared-lib/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shared-lib/Cargo.toml b/shared-lib/Cargo.toml index 070cf36ba7..a401ffa0f4 100644 --- a/shared-lib/Cargo.toml +++ b/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"