fix lto value
This commit is contained in:
parent
f062c9de7e
commit
e1b20a8e4b
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ uwuify = "0.2"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
strip = true
|
strip = true
|
||||||
lto = "full"
|
lto = "fat"
|
||||||
codegen-units = 1
|
codegen-units = 1
|
Loading…
Reference in a new issue