Skip to content

Commit 6af8c83

Browse files
committed
Use panic=abort instead of panic=unwind
This is the same mode as Gecko uses and will get better codegen once rust-lang/rust#45012 has landed.
1 parent 582b0ac commit 6af8c83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ members = [
77

88
[profile.release]
99
debug = true
10+
panic = "abort"

0 commit comments

Comments
 (0)