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