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

8 lines
162 B
Plaintext
Raw Normal View History

2020-11-10 19:02:38 +04:00
[build]
2020-11-11 12:50:00 +04:00
target = "riscv64gc-unknown-none-elf"
[target.riscv64gc-unknown-none-elf]
rustflags = [
"-Clink-arg=-Tsrc/linker.ld", "-Cforce-frame-pointers=yes"
]