mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Disable unwinding in the target config file
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
"arch": "x86_64",
|
||||
"os": "none",
|
||||
"features": "-mmx,-sse,+soft-float",
|
||||
"disable-redzone": true
|
||||
"disable-redzone": true,
|
||||
"panic": "abort"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user