donald/.cargo/config.toml

10 lines
229 B
TOML
Raw Normal View History

2024-12-03 20:05:13 +00:00
[unstable]
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]
2024-12-03 21:56:36 +00:00
panic-abort-tests = true
2024-12-03 20:05:13 +00:00
[build]
target = ["x86_64-donald.json"]
[target.'cfg(target_os = "none")']
runner = "bootimage runner"