rcore-tutorial/os/.cargo/config.toml

8 lines
162 B
TOML
Raw Normal View History

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