init/.cargo/config.toml

7 lines
124 B
TOML
Raw Normal View History

2022-11-01 12:41:57 -05:00
[build]
2023-09-29 15:45:38 -05:00
target = "x86_64-unknown-none"
2024-06-01 15:49:58 -05:00
rustflags = ["-C", "relocation-model=static"]
2022-11-01 12:41:57 -05:00
[install]
root = "../kernel/sysroot"