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"