We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c4ba8 commit b6d685dCopy full SHA for b6d685d
user/.cargo/config
@@ -3,5 +3,5 @@ target = "riscv64gc-unknown-none-elf"
3
4
[target.riscv64gc-unknown-none-elf]
5
rustflags = [
6
- "-Clink-args=-Tsrc/linker.ld",
+ "-Clink-args=-Tsrc/linker.ld", "-Cforce-frame-pointers=yes"
7
]
0 commit comments