save debug disk

This commit is contained in:
rustdesk
2024-01-25 15:46:45 +08:00
parent 0e44aa1ada
commit 0d8e3dc24f
2 changed files with 5 additions and 0 deletions

View File

@@ -193,3 +193,7 @@ panic = 'abort'
strip = true
#opt-level = 'z' # only have smaller size after strip
rpath = true
[profile.dev]
split-debuginfo = '...' # Platform-specific.
#strip = "debuginfo"