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

8 lines
163 B
TOML
Raw Permalink Normal View History

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