git-subtree-dir: boot/yboot git-subtree-mainline: 2f6f9b9b553bff20553a47a66ef5bff8b121d155 git-subtree-split: eb207e4795e6baacbaf9663d60de6fe6cde957bb
9 lines
184 B
TOML
9 lines
184 B
TOML
[build]
|
|
target = "x86_64-unknown-uefi"
|
|
|
|
[unstable]
|
|
build-std = ["core", "compiler_builtins"]
|
|
|
|
[target.x86_64-unknown-uefi]
|
|
rustflags = ["-Ccode-model=small", "-Clink-arg=/debug:none"]
|