init/.cargo/config.toml
2024-06-01 15:49:58 -05:00

7 lines
124 B
TOML

[build]
target = "x86_64-unknown-none"
rustflags = ["-C", "relocation-model=static"]
[install]
root = "../kernel/sysroot"