Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is needed since Sui has panic = 'abort'. It should be another piece that helps us to get more complete stack trace in profiles. More background at rust-lang/rust#94815
- Loading branch information
05ba6c9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -11,4 +11,4 @@ xclippy = [
xlint = "run --package x --bin x -- lint"
[build]
rustflags = ["-C", "force-frame-pointers=yes"]
rustflags = ["-C", "force-frame-pointers=yes", "-C", "force-unwind-tables=yes"]