1
0
Fork 0
forked from koniifer/ableos
ableos-framebuffer/ableos/.cargo/config.toml

12 lines
294 B
TOML
Raw Normal View History

2021-11-16 00:09:27 -06:00
[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"