2023-03-30 16:43:04 -05:00
|
|
|
[unstable]
|
|
|
|
build-std = ["core", "compiler_builtins", "alloc"]
|
|
|
|
build-std-features = ["compiler-builtins-mem"]
|
|
|
|
|
2022-03-11 13:51:47 -06:00
|
|
|
[build]
|
2023-07-14 20:00:50 -05:00
|
|
|
# target = "./targets/x86_64-ableos.json"
|
|
|
|
target = "./targets/aarch64-virt-ableos.json"
|
2023-03-30 16:43:04 -05:00
|
|
|
|
|
|
|
[target.'cfg(target_arch = "x86_64")']
|
|
|
|
rustflags = ["-C", "target-feature=+rdrand"]
|