[ty] Enable optimizations for salsa in debug profile (#18117)

This commit is contained in:
Micha Reiser 2025-05-15 12:31:46 +02:00 committed by GitHub
parent 28b5a868d3
commit 57617031de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]