Small binary size optimization (#5203)

This commit is contained in:
Logan Hunt 2023-06-19 23:47:01 -07:00 committed by GitHub
parent 5c5d2815af
commit dfb04e679e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@ toml = { version = "0.7.2" }
[profile.release]
lto = "fat"
codegen-units = 1
[profile.dev.package.insta]
opt-level = 3