mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix: Change "panic" to "panic-strategy" (#392)
This commit is contained in:
committed by
Philipp Oppermann
parent
07553ed219
commit
1cdc010446
@@ -11,5 +11,5 @@
|
||||
"executables": true,
|
||||
"features": "-mmx,-sse,+soft-float",
|
||||
"disable-redzone": true,
|
||||
"panic": "abort"
|
||||
"panic-strategy": "abort"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user