mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-24 05:25:17 +00:00
Small binary size optimization (#5203)
This commit is contained in:
parent
5c5d2815af
commit
dfb04e679e
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ toml = { version = "0.7.2" }
|
|||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
codegen-units = 1
|
||||
|
||||
[profile.dev.package.insta]
|
||||
opt-level = 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue