yggdrasil/boot/yboot/.cargo/config.toml
Mark Poliakov b8e3d1e3f8 Add 'boot/yboot/' from commit 'eb207e4795e6baacbaf9663d60de6fe6cde957bb'
git-subtree-dir: boot/yboot
git-subtree-mainline: 2f6f9b9b553bff20553a47a66ef5bff8b121d155
git-subtree-split: eb207e4795e6baacbaf9663d60de6fe6cde957bb
2024-03-12 15:54:25 +02:00

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"]