We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f64228 commit c5e5910Copy full SHA for c5e5910
1 file changed
Cargo.toml
@@ -36,7 +36,7 @@ yjit = [ "dep:yjit" ]
36
zjit = [ "dep:zjit" ]
37
38
[profile.dev]
39
-opt-level = 0
+opt-level = 1 # On 0, functions use so much stack space that we get stray `SystemStackError`s
40
debug = true
41
debug-assertions = true
42
overflow-checks = true
0 commit comments