Use the panic=abort option instead of -Z no-landing-pads

This commit is contained in:
Philipp Oppermann
2016-05-29 18:00:29 +02:00
parent 01f9f1056c
commit 725c452157
2 changed files with 7 additions and 1 deletions

View File

@@ -22,3 +22,9 @@ version = "0.7.0"
[lib]
crate-type = ["staticlib"]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"