Files
yboot2/.cargo/config
T
2020-09-21 13:48:58 +03:00

9 lines
163 B
Plaintext

[build]
target = "x86_64-unknown-uefi"
[unstable]
build-std = ["core"]
[target.x86_64-unknown-uefi]
rustflags = ["-Ccode-model=small", "-Clink-arg=/debug:none"]