Optimize release builds
This commit is contained in:
parent
9226015fcc
commit
590dd48d54
|
@ -29,3 +29,7 @@ features = ["tls"]
|
||||||
version = "0.24.3"
|
version = "0.24.3"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["gif", "jpeg", "ico", "png", "tiff", "webp", "bmp", "hdr"]
|
features = ["gif", "jpeg", "ico", "png", "tiff", "webp", "bmp", "hdr"]
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
|
Loading…
Reference in a new issue