make binary smaller

pull/302/head
Ilyar 2 years ago
parent 9bf98214d4
commit f8aef96041

@ -66,6 +66,7 @@ serde_derive = "1.0.126"
[profile.release]
opt-level = 3
lto = true
strip = true # Automatically strip symbols from the binary.
[profile.dev]
opt-level = 2

Loading…
Cancel
Save