Skip to content

Commit 2d38d4a

Browse files
committed
fix: rust memory
1 parent 06e768a commit 2d38d4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

agent/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ harness = false
183183

184184
[profile.release]
185185
panic = 'abort'
186+
debug = "full"
187+
opt-level = 0
188+
strip = "none"
189+
split-debuginfo = "off"
186190

187191
[profile.dev]
188192
panic = 'abort'

0 commit comments

Comments
 (0)