Skip to content

Commit 16251d8

Browse files
author
bors-servo
authored
Auto merge of #1825 - jrmuizel:abort, r=glennw
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. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/1825) <!-- Reviewable:end -->
2 parents 59502ed + 6af8c83 commit 16251d8

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)