rCore/os/.cargo/config.toml

8 lines
165 B
TOML
Raw Normal View History

2024-07-15 16:08:48 +08:00
[build]
target = "riscv64gc-unknown-none-elf"
[target.riscv64gc-unknown-none-elf]
rustflags = [
"-Clink-arg=-Tsrc/linker.ld",
"-Cforce-frame-pointers=yes"
]