added some optimizations for binary file size
This commit is contained in:
@@ -11,3 +11,8 @@ dirs = "6"
|
|||||||
rfd = "0.15"
|
rfd = "0.15"
|
||||||
tiny-skia = "0.11"
|
tiny-skia = "0.11"
|
||||||
image = { version = "0.25", default-features = true }
|
image = { version = "0.25", default-features = true }
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
opt-level = "z"
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user