mirror of
https://github.com/Xe/xn--ts9h
synced 2025-02-16 15:58:24 +00:00
try to make binaries smaller
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
83faed8274
commit
6b6fd157de
1 changed files with 6 additions and 1 deletions
|
@ -17,4 +17,9 @@ assets = [
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
syslog = "6"
|
||||
syslog = "6"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
opt-level = "z"
|
||||
lto = true
|
Loading…
Add table
Reference in a new issue