mirror of https://github.com/astral-sh/ruff
Small binary size optimization (#5203)
This commit is contained in:
parent
5c5d2815af
commit
dfb04e679e
|
|
@ -55,6 +55,7 @@ toml = { version = "0.7.2" }
|
|||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
codegen-units = 1
|
||||
|
||||
[profile.dev.package.insta]
|
||||
opt-level = 3
|
||||
|
|
|
|||
Loading…
Reference in New Issue