mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-20 16:07:49 +00:00
Use the panic=abort option instead of -Z no-landing-pads
(cherry picked from commit 725c452157)
This commit is contained in:
@@ -22,3 +22,9 @@ version = "0.7.0"
|
||||
|
||||
[lib]
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
|
||||
Reference in New Issue
Block a user