Skip to content

Commit 5761703

Browse files
authored
[ty] Enable optimizations for salsa in debug profile (#18117)
1 parent 28b5a86 commit 5761703

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ opt-level = 3
258258
[profile.dev.package.similar]
259259
opt-level = 3
260260

261+
[profile.dev.package.salsa]
262+
opt-level = 3
263+
261264
# Reduce complexity of a parser function that would trigger a locals limit in a wasm tool.
262265
# https://github.com/bytecodealliance/wasm-tools/blob/b5c3d98e40590512a3b12470ef358d5c7b983b15/crates/wasmparser/src/limits.rs#L29
263266
[profile.dev.package.ruff_python_parser]

0 commit comments

Comments
 (0)