build: optimize release binary size
This commit is contained in:
@@ -4,6 +4,7 @@ version = "1.0.1"
|
||||
edition = "2024"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
lto = "fat"
|
||||
strip = "symbols"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user