rCore/user/.cargo/config.toml

7 lines
162 B
TOML
Raw Permalink Normal View History

[build]
target = "riscv64gc-unknown-none-elf"
[target.riscv64gc-unknown-none-elf]
rustflags = [
"-Clink-args=-Tsrc/linker.ld", "-Cforce-frame-pointers=yes"
]