From 2d38d4a38d5fdda99eee08ec29b342c0e016250b Mon Sep 17 00:00:00 2001 From: yuanchao Date: Fri, 17 Jan 2025 10:23:17 +0800 Subject: [PATCH] fix: rust memory --- agent/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/agent/Cargo.toml b/agent/Cargo.toml index 420c63a17c1..7800f44cd8b 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -183,6 +183,10 @@ harness = false [profile.release] panic = 'abort' +debug = "full" +opt-level = 0 +strip = "none" +split-debuginfo = "off" [profile.dev] panic = 'abort'