mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-11 18:36:03 +08:00
8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
[build]
|
|
target = "riscv64gc-unknown-none-elf"
|
|
|
|
[target.riscv64gc-unknown-none-elf]
|
|
rustflags = [
|
|
"-Clink-arg=-Tsrc/linker.ld", "-Cforce-frame-pointers=yes"
|
|
]
|