mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 22:01:18 +00:00
[ty] Enable optimizations for salsa in debug profile (#18117)
This commit is contained in:
parent
28b5a868d3
commit
57617031de
1 changed files with 3 additions and 0 deletions
|
@ -258,6 +258,9 @@ opt-level = 3
|
|||
[profile.dev.package.similar]
|
||||
opt-level = 3
|
||||
|
||||
[profile.dev.package.salsa]
|
||||
opt-level = 3
|
||||
|
||||
# Reduce complexity of a parser function that would trigger a locals limit in a wasm tool.
|
||||
# https://github.com/bytecodealliance/wasm-tools/blob/b5c3d98e40590512a3b12470ef358d5c7b983b15/crates/wasmparser/src/limits.rs#L29
|
||||
[profile.dev.package.ruff_python_parser]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue