ableos/kernel/.cargo/config.toml

13 lines
304 B
TOML
Raw Normal View History

2023-03-30 16:43:04 -05:00
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]
[build]
2023-07-19 10:55:58 -05:00
target = "./targets/x86_64-ableos.json"
2023-03-30 16:43:04 -05:00
# [target.'cfg(target_arch = "x86_64")']
# rustflags = [
# "-C",
#"target-feature=+sse4.1,+avx,+aes,+fma,+popcnt,+bmi2,+avx2,+lzcnt,+xsave",
# ]