lanzaboote/rust/uefi/.cargo/config

5 lines
113 B
Plaintext

[build]
target = "x86_64-unknown-uefi"
# Strip timestamps from binaries.
rustflags = ["-C", "link-args=/Brepro"]