Skip to content

Commit c5e5910

Browse files
committed
opt-level 1
1 parent 8f64228 commit c5e5910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ yjit = [ "dep:yjit" ]
3636
zjit = [ "dep:zjit" ]
3737

3838
[profile.dev]
39-
opt-level = 0
39+
opt-level = 1 # On 0, functions use so much stack space that we get stray `SystemStackError`s
4040
debug = true
4141
debug-assertions = true
4242
overflow-checks = true

0 commit comments

Comments
 (0)