rCore-Tutorial-v3/user/.cargo/config

8 lines
163 B
Plaintext
Raw Normal View History

2020-11-18 10:48:13 +04:00
[build]
target = "riscv64gc-unknown-none-elf"
[target.riscv64gc-unknown-none-elf]
rustflags = [
2022-12-21 17:27:17 +04:00
"-Clink-args=-Tsrc/linker.ld", "-Cforce-frame-pointers=yes"
2020-11-18 14:29:53 +04:00
]