7 lines
124 B
TOML
7 lines
124 B
TOML
[build]
|
|
target = "x86_64-unknown-none"
|
|
rustflags = ["-C", "relocation-model=static"]
|
|
|
|
[install]
|
|
root = "../kernel/sysroot"
|