Cargo.toml: enable LTO

This commit is contained in:
Peter Cai 2021-04-03 20:47:46 +08:00
parent c177411f3d
commit da4d3a8c0a
1 changed files with 5 additions and 1 deletions

View File

@ -36,4 +36,8 @@ web-sys = { version = "0.3", features = [
"ResponseInit", "ResponseInit",
"Url", "Url",
"UrlSearchParams" "UrlSearchParams"
]} ]}
[profile.release]
opt-level = 3
lto = true