Merge branch 'post-05' into post-06

This commit is contained in:
Philipp Oppermann
2025-02-10 11:16:21 +01:00

View File

@@ -11,5 +11,6 @@
"linker": "rust-lld", "linker": "rust-lld",
"panic-strategy": "abort", "panic-strategy": "abort",
"disable-redzone": true, "disable-redzone": true,
"features": "-mmx,-sse,+soft-float" "features": "-mmx,-sse,+soft-float",
"rustc-abi": "x86-softfloat"
} }