matrix_os_kernel/.cargo/config.toml

10 lines
230 B
TOML
Raw Normal View History

2024-11-24 22:06:54 +01:00
[build]
target = "x86_64-matrix_os.json"
[unstable]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]
panic-abort-tests = true
[target.'cfg(target_os = "none")']
runner = "bootimage runner"