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

11 lines
291 B
TOML
Raw Normal View History

2023-03-30 21:43:04 +00:00
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]
[build]
2023-07-15 01:00:50 +00:00
# target = "./targets/x86_64-ableos.json"
target = "./targets/aarch64-virt-ableos.json"
2023-03-30 21:43:04 +00:00
[target.'cfg(target_arch = "x86_64")']
rustflags = ["-C", "target-feature=+rdrand"]