10 lines
125 B
TOML
10 lines
125 B
TOML
|
[build]
|
||
|
target = "riscv32i-unknown-none-elf"
|
||
|
|
||
|
[profile.dev]
|
||
|
panic = "abort"
|
||
|
|
||
|
[profile.release]
|
||
|
opt-level = 1
|
||
|
panic = "abort"
|