1
0
Fork 0
forked from AbleOS/ableos
ableos_time/ableos/.cargo/config.toml
2021-11-16 00:09:27 -06:00

12 lines
294 B
TOML

[build]
target = "./json_targets/x86_64-ableos.json"
[unstable]
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]
[target.'cfg(target_arch = "x86_64")']
# --quiet suppresses warning messages from the bootimage crate
runner = "bootimage runner --quiet"