1
0
Fork 0
forked from AbleOS/ableos
ableos_time/kernel/.cargo/config.toml

10 lines
243 B
TOML
Raw Permalink 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-19 15:55:58 +00:00
target = "./targets/x86_64-ableos.json"
2023-03-30 21:43:04 +00:00
[target.'cfg(target_arch = "x86_64")']
rustflags = ["-C", "target-feature=+rdrand"]