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

9 lines
242 B
TOML
Raw Normal View History

2022-12-07 00:10:38 +00:00
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]
[build]
2022-12-07 00:10:38 +00:00
target = "./targets/x86_64-ableos.json"
[target.'cfg(target_arch = "x86_64")']
rustflags = ["-C", "target-feature=+rdrand"]