agb/.cargo/config.toml

10 lines
210 B
TOML
Raw Normal View History

2021-04-04 03:24:00 +10:00
[unstable]
2021-04-11 07:22:56 +10:00
build-std = ["core"]
2021-04-04 03:24:00 +10:00
build-std-features = ["compiler-builtins-mem"]
[build]
target = "thumbv4t-none-eabi"
2021-04-11 04:37:40 +10:00
[target.thumbv4t-none-eabi]
2021-04-11 07:22:56 +10:00
rustflags = ["-Clink-arg=-Tgba.ld"]
runner = "mgba-test-runner"