mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-15 04:25:43 +00:00
save debug disk
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -5257,6 +5257,7 @@ dependencies = [
|
|||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
"rustls 0.21.10",
|
"rustls 0.21.10",
|
||||||
|
"rustls-native-certs",
|
||||||
"rustls-pemfile",
|
"rustls-pemfile",
|
||||||
"serde 1.0.190",
|
"serde 1.0.190",
|
||||||
"serde_json 1.0.107",
|
"serde_json 1.0.107",
|
||||||
|
|||||||
@@ -193,3 +193,7 @@ panic = 'abort'
|
|||||||
strip = true
|
strip = true
|
||||||
#opt-level = 'z' # only have smaller size after strip
|
#opt-level = 'z' # only have smaller size after strip
|
||||||
rpath = true
|
rpath = true
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
split-debuginfo = '...' # Platform-specific.
|
||||||
|
#strip = "debuginfo"
|
||||||
|
|||||||
Reference in New Issue
Block a user