Skip to content

Commit 783f68a

Browse files
committed
fix: rust memory
1 parent 06e768a commit 783f68a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

agent/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ harness = false
183183

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

187190
[profile.dev]
188191
panic = 'abort'

0 commit comments

Comments
 (0)