Skip to content

Commit 0d8e3dc

Browse files
committed
save debug disk
1 parent 0e44aa1 commit 0d8e3dc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,7 @@ panic = 'abort'
193193
strip = true
194194
#opt-level = 'z' # only have smaller size after strip
195195
rpath = true
196+
197+
[profile.dev]
198+
split-debuginfo = '...' # Platform-specific.
199+
#strip = "debuginfo"

0 commit comments

Comments
 (0)