save cargo build size
Some checks are pending
CI / x86_64-unknown-linux-gnu (ubuntu-24.04) (push) Waiting to run
Full Flutter CI / run-ci (push) Waiting to run

This commit is contained in:
rustdesk 2026-04-21 17:34:05 +08:00
parent 4a50bc6fc2
commit 803ac8cc4e

View file

@ -245,3 +245,6 @@ panic = 'abort'
strip = true
#opt-level = 'z' # only have smaller size after strip
rpath = true
[profile.dev]
debug = 1